Completed
Pull Request — master (#911)
by Paweł
08:57
created
src/SWP/Bundle/CoreBundle/Theme/Loader/FilesystemTemplateLoader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -97,6 +97,9 @@
 block discarded – undo
97 97
         }
98 98
     }
99 99
 
100
+    /**
101
+     * @param string $logicalName
102
+     */
100 103
     private function findTemplate($logicalName): string
101 104
     {
102 105
         $logicalName = (string) $logicalName;
Please login to merge, or discard this patch.