Skip to content

Commit f24b267

Browse files
committed
chore: linting
1 parent 4330dbd commit f24b267

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"pestphp/pest": "^2.6",
2626
"pestphp/pest-plugin-arch": "^2.1",
2727
"phpstan/phpstan": "^1.10",
28-
"red-explosion/pint-config": "^1.1",
28+
"red-explosion/pint-config": "^1.4",
2929
"spatie/laravel-ray": "^1.32"
3030
},
3131
"autoload": {

init.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env php
22
<?php
33

4+
declare(strict_types=1);
5+
46
function files(): array
57
{
68
$files = explode(

0 commit comments

Comments
 (0)