Completed
Push — master ( f339fb...41f35e )
by Filipe
08:39
created
src/Template.php 2 patches
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.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 
10 10
 namespace Slick\Template;
11 11
 
12
-use Slick\Common\Base;
13 12
 use ReflectionClass;
13
+use Slick\Common\Base;
14 14
 
15 15
 /**
16 16
  * Template factory class
Please login to merge, or discard this patch.