We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3d36a commit ba01d3fCopy full SHA for ba01d3f
tests/Feature/CacheTest.php
@@ -61,7 +61,7 @@
61
/** @var TestCase $this */
62
config()->set('image-transform-url.cache.enabled', false);
63
64
- for($i = 0; $i < 2; $i++) {
+ for ($i = 0; $i < 2; $i++) {
65
$response = $this->get(route('image.transform.default', [
66
'options' => 'width=500',
67
'path' => 'cat.jpg',
0 commit comments