Skip to content

Commit ba01d3f

Browse files
ace-of-acesgithub-actions[bot]
authored andcommitted
style: fix code style issues
1 parent df3d36a commit ba01d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/CacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/** @var TestCase $this */
6262
config()->set('image-transform-url.cache.enabled', false);
6363

64-
for($i = 0; $i < 2; $i++) {
64+
for ($i = 0; $i < 2; $i++) {
6565
$response = $this->get(route('image.transform.default', [
6666
'options' => 'width=500',
6767
'path' => 'cat.jpg',

0 commit comments

Comments
 (0)