Skip to content

Commit e7359ed

Browse files
committed
Formatting
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent b77e4a2 commit e7359ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ai/php/8.5/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## PHP 8.5
22

3-
- PHP 8.5 introduces new array functions for cleaner code:
3+
- PHP 8.5 has new array functions that will make code simpler whenever we don't use Laravel's collections.
44
- `array_first(array $array): mixed` - Get first value (or `null` if empty)
55
- `array_last(array $array): mixed` - Get last value (or `null` if empty)
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"laravel/roster": "^0.2.9"
2525
},
2626
"require-dev": {
27-
"laravel/pint": "^v1.20.0",
27+
"laravel/pint": "^1.20.0",
2828
"mockery/mockery": "^1.6.12",
2929
"orchestra/testbench": "^8.36.0|^9.15.0|^10.6",
3030
"pestphp/pest": "^2.36.0|^3.8.4|^4.1.5",

0 commit comments

Comments
 (0)