We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4330dbd commit f24b267Copy full SHA for f24b267
composer.json
@@ -25,7 +25,7 @@
25
"pestphp/pest": "^2.6",
26
"pestphp/pest-plugin-arch": "^2.1",
27
"phpstan/phpstan": "^1.10",
28
- "red-explosion/pint-config": "^1.1",
+ "red-explosion/pint-config": "^1.4",
29
"spatie/laravel-ray": "^1.32"
30
},
31
"autoload": {
init.php
@@ -1,6 +1,8 @@
1
#!/usr/bin/env php
2
<?php
3
4
+declare(strict_types=1);
5
+
6
function files(): array
7
{
8
$files = explode(
0 commit comments