File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ function determineSeparator(string $path): string
342342
343343function replaceForWindows (): array
344344{
345- return preg_split (
'/ \\r \\n| \\r| \\n/ ' ,
run (
'dir /S /B * | findstr /v /i .git\ | findstr /v /i vendor | findstr /v /i ' .
basename (
__FILE__ ) .
' | findstr /r /i /M /F:/ ":author :vendor :package VendorName skeleton migration_table_name vendor_name vendor_slug [email protected] " ' ));
345+ return preg_split (
'/ \\r \\n| \\r| \\n/ ' ,
run (
'dir /S /B * | findstr /v /i .git\ | findstr /v /i \\ vendor \\ | findstr /v /i ' .
basename (
__FILE__ ) .
' | findstr /r /i /M /F:/ ":author :vendor :package VendorName skeleton migration_table_name vendor_name vendor_slug [email protected] " ' ));
346346}
347347
348348function replaceForAllOtherOSes (): array
You can’t perform that action at this time.
0 commit comments