Completed
Push — master ( 404bd9...a574b2 )
by Filipe
02:49
created
src/Template.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * Gets the list of defined paths
93 93
      *
94
-     * @return \string[]
94
+     * @return string[]
95 95
      */
96 96
     public static function getPaths()
97 97
     {
@@ -171,8 +171,8 @@  discard block
 block discarded – undo
171 171
     /**
172 172
      * Check if type is a valid configuration driver
173 173
      *
174
-     * @param null $name
175
-     * @param null $interface
174
+     * @param string $name
175
+     * @param string $interface
176 176
      */
177 177
     protected function checkClass($name = null, $interface = null)
178 178
     {
Please login to merge, or discard this patch.