Skip to content

Commit

Permalink
Re-run the PHP-CS-Fixer.
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Jul 28, 2016
1 parent ca37a4f commit 52fc87e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/PictureGeneratorTest.php
Expand Up @@ -108,8 +108,7 @@ function (
->setResizeConfig((new ResizeConfiguration())
->setWidth(100)
->setHeight(50)
)
,
),
]
)
;
Expand All @@ -135,7 +134,7 @@ function (
'srcset' => 'image-100.jpg 100w, image-50.jpg 50w',
'sizes' => '50vw',
'media' => '(min-width: 600px)',
]
],
],
$picture->getSources('/root/dir')
);
Expand Down Expand Up @@ -210,8 +209,7 @@ function (
->setResizeConfig((new ResizeConfiguration())
->setWidth(100)
->setHeight(50)
)
,
),
]
)
;
Expand All @@ -237,7 +235,7 @@ function (
'height' => '50',
'srcset' => 'image-100.jpg 100w, image-200.jpg 200w, image-50.jpg 50w',
'sizes' => '33vw',
]
],
],
$picture->getSources('/root/dir')
);
Expand Down

0 comments on commit 52fc87e

Please sign in to comment.