Passed
Push — develop ( 1ca488...5a4e51 )
by Andrew
03:17
created
src/services/Manifest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
      *
151 151
      * @return string
152 152
      */
153
-    public function getFileFromManifest(string $fileName, string $type = 'legacy',  $config = null): string
153
+    public function getFileFromManifest(string $fileName, string $type = 'legacy', $config = null): string
154 154
     {
155 155
         $settings = Twigpack::$plugin->getSettings();
156 156
         $config = $config ?? $settings->getAttributes();
Please login to merge, or discard this patch.