Completed
Branch master (18431a)
by Gabriel
12:55
created
src/Locale.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Locale as PhpLocale;
6 6
 use Nip\Locale\Traits\HasSupportedTrait;
7
-use Nip_File_System;
8 7
 
9 8
 /**
10 9
  * Class Locale
Please login to merge, or discard this patch.
src/Traits/HasSupportedTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @param $name
33
+     * @param string $name
34 34
      * @return bool
35 35
      */
36 36
     public function isSupported($name)
Please login to merge, or discard this patch.