Skip to content

Commit 9987e27

Browse files
committed
pint whitespace fixup
1 parent 3223b6d commit 9987e27

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Tasks/AnonymousMigrations.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Shift\Cli\Tasks;
44

5-
use Illuminate\Support\Str;
65
use Shift\Cli\Sdk\Contracts\Task;
76
use Shift\Cli\Sdk\Models\File;
87
use Shift\Cli\Sdk\Traits\FindsFiles;
@@ -94,9 +93,9 @@ private function convertClassDefinition($contents): ?string
9493
if (! $found) {
9594
return null;
9695
}
97-
$contents = \substr_replace( $contents,
96+
$contents = \substr_replace($contents,
9897
';',
99-
$class['offset']['end'] +1 ,
98+
$class['offset']['end'] + 1,
10099
0
101100
);
102101

0 commit comments

Comments
 (0)