You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ai/pint/core.blade.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
# Laravel Pint Code Formatter
5
5
6
6
@if($assist->supportsPintAgentFormatter())
7
-
- You must run `{{$assist->binCommand('pint') }} --dirty --format agent` before finalizing changes to ensure your code matches the project's expected style.
7
+
- If you have modified any PHP files, you must run `{{$assist->binCommand('pint') }} --dirty --format agent` before finalizing changes to ensure your code matches the project's expected style.
8
8
- Do not run `{{$assist->binCommand('pint') }} --test --format agent`, simply run `{{$assist->binCommand('pint') }} --format agent` to fix any formatting issues.
9
9
@else
10
-
- You must run `{{$assist->binCommand('pint') }} --dirty` before finalizing changes to ensure your code matches the project's expected style.
10
+
- If you have modified any PHP files, you must run `{{$assist->binCommand('pint') }} --dirty` before finalizing changes to ensure your code matches the project's expected style.
11
11
- Do not run `{{$assist->binCommand('pint') }} --test`, simply run `{{$assist->binCommand('pint') }}` to fix any formatting issues.
0 commit comments