Completed
Pull Request — master (#16)
by Sergey
03:53
created
src/JsonSchema/JsonSchemaGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -112,6 +112,9 @@
 block discarded – undo
112 112
         return $type;
113 113
     }
114 114
 
115
+    /**
116
+     * @param string $type
117
+     */
115 118
     function parseTypeExpression($type)
116 119
     {
117 120
         $rpn = $this->rpn($type);
Please login to merge, or discard this patch.