Passed
Branch master (1c163b)
by Oliver
03:48
created
src/Services/BackpackBaseConfigService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
         "route_prefix",
25 25
     ];
26 26
 
27
+    /**
28
+     * @param string $file
29
+     */
27 30
     public function __construct(BrandingCommand $command, $file)
28 31
     {
29 32
         $this->command = $command;
Please login to merge, or discard this patch.
src/Services/EnvService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
         "BACKPACK_REGISTRATION_OPEN",
20 20
     ];
21 21
 
22
+    /**
23
+     * @param string $env
24
+     */
22 25
     public function __construct(BrandingCommand $command, $env)
23 26
     {
24 27
         $this->command = $command;
Please login to merge, or discard this patch.