Skip to content

Commit c4eb4ae

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent d822b16 commit c4eb4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/CrudPanel/CrudPanelReadTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public function testHasUploadFieldsUpdateForm()
276276

277277
public function testEnableDetailsRow()
278278
{
279-
if (!backpack_pro()) {
279+
if (! backpack_pro()) {
280280
$this->expectException(\Symfony\Component\HttpKernel\Exception\HttpException::class);
281281
}
282282

@@ -311,7 +311,7 @@ public function testGetDefaultPageLength()
311311

312312
public function testEnableExportButtons()
313313
{
314-
if (!backpack_pro()) {
314+
if (! backpack_pro()) {
315315
$this->expectException(\Symfony\Component\HttpKernel\Exception\HttpException::class);
316316
}
317317

0 commit comments

Comments
 (0)