Completed
Push — master ( 9b6ac4...06dda9 )
by Daniel
03:42
created
src/Template/Locator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         return $fpath;
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $classFqn
45
+     */
43 46
     private function resolvePath($classFqn): array
44 47
     {
45 48
         $resolved = null;
Please login to merge, or discard this patch.