Passed
Push — master ( 35ce5a...3cfde3 )
by Oliver
01:50
created
src/Services/BrandingService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@
 block discarded – undo
41 41
         $this->command->info("Config file for Branding facade created at <comment>{$path}</comment>");
42 42
     }
43 43
 
44
+    /**
45
+     * @return string
46
+     */
44 47
     function fileContent($values)
45 48
     {
46 49
         $data = ShortSyntaxArray::parse($values);
Please login to merge, or discard this patch.