Completed
Push — nln-php7 ( 6ce259...311875 )
by Nicolas
02:29
created
src/Hydrator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -284,6 +284,9 @@
 block discarded – undo
284 284
         );
285 285
     }
286 286
 
287
+    /**
288
+     * @param string $fileContent
289
+     */
287 290
     private function removeFileDirectives($fileContent)
288 291
     {
289 292
         return preg_replace('~(<%\s*karma:[^%]*%>\s*)~i', '', $fileContent);
Please login to merge, or discard this patch.