Completed
Push — v5-dev ( a42eb3...269a1b )
by Oscar
01:14
created
src/Loader/ArrayLoader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@
 block discarded – undo
26 26
         throw new BadMethodCallException('Arrays cannot be loaded from string. Use ArrayLoader::loadFile() instead');
27 27
     }
28 28
 
29
+    /**
30
+     * @param string $filename
31
+     */
29 32
     private static function includeSafe($filename): array
30 33
     {
31 34
         return include($filename);
Please login to merge, or discard this patch.