@@ -91,7 +91,7 @@ |
||
91 | 91 | 'license' => $licenseMediaId, |
92 | 92 | ]; |
93 | 93 | |
94 | - for ($i = \count($otherStuffs) - 1; $i >= 0 ; --$i) { |
|
94 | + for ($i = \count($otherStuffs) - 1; $i >= 0; --$i) { |
|
95 | 95 | $params['naming_other_stuff_'.($i + 1)] = $otherStuffs[$i]; |
96 | 96 | } |
97 | 97 |