Completed
Branch master (d09bf7)
by Hiraku
02:15
created
src/Collection.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -310,6 +310,11 @@
 block discarded – undo
310 310
         ];
311 311
     }
312 312
 
313
+    /**
314
+     * @param string $_code
315
+     * @param string $_before
316
+     * @param string $_after
317
+     */
313 318
     private static function evaluate($_seed, $_vars, $_code, $_before, $_after)
314 319
     {
315 320
         $_result = null;
Please login to merge, or discard this patch.