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 @@ -133,7 +133,7 @@ function determineSeparator(string $path): string
133133
134134function replaceForWindows (): array
135135{
136- 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] " ' ));
136+ 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] " ' ));
137137}
138138
139139function replaceForAllOtherOSes (): array
You can’t perform that action at this time.
0 commit comments