Completed
Push — v5-dev ( a42eb3...269a1b )
by Oscar
01:14
created
src/Loader/ArrayLoader.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Gettext\Loader;
4 4
 
5 5
 use Gettext\Translations;
6
-use Gettext\Translation;
7 6
 use Gettext\Headers;
8 7
 use BadMethodCallException;
9 8
 
Please login to merge, or discard this patch.