Passed
Pull Request — v1 (#51)
by
unknown
05:53
created
src/helpers/Manifest.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -208,10 +208,10 @@  discard block
 block discarded – undo
208 208
 
209 209
         if (count($moduleList) === 0) {
210 210
             self::reportError(Craft::t(
211
-              'twigpack',
212
-              'Module path not found, or empty, in the manifest: {moduleName}',
213
-              ['moduleName' => $moduleName]
214
-          ), true);
211
+                'twigpack',
212
+                'Module path not found, or empty, in the manifest: {moduleName}',
213
+                ['moduleName' => $moduleName]
214
+            ), true);
215 215
 
216 216
             return '';
217 217
         }
@@ -812,9 +812,9 @@  discard block
 block discarded – undo
812 812
     }
813 813
 
814 814
     /**
815
-    * @param string $moduleName
816
-    * @param array $params
817
-    * @param array $attributes
815
+     * @param string $moduleName
816
+     * @param array $params
817
+     * @param array $attributes
818 818
      *
819 819
      * @return string
820 820
      */
Please login to merge, or discard this patch.