Reverting phpstan update to prevent incorrect warnings

This commit is contained in:
Constantin Graf
2024-09-05 14:17:05 +02:00
committed by Constantin Graf
parent 01dd13b947
commit ceba49d054
3 changed files with 8 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ use App\Models\TimeEntry;
use App\Models\User; use App\Models\User;
use Illuminate\Console\Command; use Illuminate\Console\Command;
use Illuminate\Database\Eloquent\Builder; use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Support\Carbon; use Illuminate\Support\Carbon;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Mail; use Illuminate\Support\Facades\Mail;
class TimeEntrySendStillRunningMailsCommand extends Command class TimeEntrySendStillRunningMailsCommand extends Command

View File

@@ -37,6 +37,7 @@
"brianium/paratest": "^7.3", "brianium/paratest": "^7.3",
"fakerphp/faker": "^1.9.1", "fakerphp/faker": "^1.9.1",
"fumeapp/modeltyper": "^2.2", "fumeapp/modeltyper": "^2.2",
"phpstan/phpstan": "1.12.0",
"larastan/larastan": "^2.0", "larastan/larastan": "^2.0",
"laravel/pint": "^1.0", "laravel/pint": "^1.0",
"laravel/sail": "^1.18", "laravel/sail": "^1.18",

12
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "7d9efc6ed6c62e134db4622195c76452", "content-hash": "7f978a63c930b4ec8bbb1d9a3c4dc1fd",
"packages": [ "packages": [
{ {
"name": "anourvalar/eloquent-serialize", "name": "anourvalar/eloquent-serialize",
@@ -13047,16 +13047,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.12.1", "version": "1.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "d8ed7fffa66de1db0d2972267d8ed1d8fa0fe5a2" "reference": "384af967d35b2162f69526c7276acadce534d0e1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d8ed7fffa66de1db0d2972267d8ed1d8fa0fe5a2", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/384af967d35b2162f69526c7276acadce534d0e1",
"reference": "d8ed7fffa66de1db0d2972267d8ed1d8fa0fe5a2", "reference": "384af967d35b2162f69526c7276acadce534d0e1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -13101,7 +13101,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-09-03T19:55:22+00:00" "time": "2024-08-27T09:18:05+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",