Completed
Pull Request — master (#16)
by Sergey
05:26 queued 03:16
created
src/functions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
     
45 45
 }
46 46
 
47
+/**
48
+ * @param string $type
49
+ */
47 50
 function _parseTypeExpression($type)
48 51
 {
49 52
     $rpn = _rpn($type);
Please login to merge, or discard this patch.