mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-08-07 07:16:13 +00:00
39191885e5
- laravel/framework ^11.45 -> ^12.0 (installed 12.63.0) - phpunit/phpunit ^10.5 -> ^11.0; migrate phpunit.xml to the 11.5 schema - graham-campbell/github ^12.5 -> ^13.0 (v12 caps illuminate/support at ^11) - Carbon 3 pulled in by L12; no application code changes required - gitignore /.phpunit.cache Full suite green: 59 tests, 128 assertions (1 skipped).
68 lines
2.2 KiB
Plaintext
68 lines
2.2 KiB
Plaintext
parameters:
|
|
ignoreErrors:
|
|
-
|
|
message: '#^File ends with a trailing whitespace\. This may cause problems when running the code in the web browser\. Remove the closing \?\> mark or remove the whitespace\.$#'
|
|
identifier: whitespace.fileEnd
|
|
count: 1
|
|
path: resources/views/helper.php
|
|
|
|
-
|
|
message: '#^Call to an undefined method Illuminate\\Contracts\\Filesystem\\Filesystem\:\:requireOnce\(\)\.$#'
|
|
identifier: method.notFound
|
|
count: 1
|
|
path: src/Console/MetaCommand.php
|
|
|
|
-
|
|
message: '#^Call to an undefined method Illuminate\\Contracts\\Foundation\\Application\:\:getBindings\(\)\.$#'
|
|
identifier: method.notFound
|
|
count: 1
|
|
path: src/Console/MetaCommand.php
|
|
|
|
-
|
|
message: '#^Call to an undefined method Barryvdh\\Reflection\\DocBlock\\Tag\:\:getMethodName\(\)\.$#'
|
|
identifier: method.notFound
|
|
count: 1
|
|
path: src/Console/ModelsCommand.php
|
|
|
|
-
|
|
message: '#^Call to an undefined method Barryvdh\\Reflection\\DocBlock\\Tag\:\:getType\(\)\.$#'
|
|
identifier: method.notFound
|
|
count: 1
|
|
path: src/Console/ModelsCommand.php
|
|
|
|
-
|
|
message: '#^Call to an undefined method Barryvdh\\Reflection\\DocBlock\\Tag\:\:getVariableName\(\)\.$#'
|
|
identifier: method.notFound
|
|
count: 1
|
|
path: src/Console/ModelsCommand.php
|
|
|
|
-
|
|
message: '#^Call to an undefined method Illuminate\\Support\\Optional\:\:getNumberOfParameters\(\)\.$#'
|
|
identifier: method.notFound
|
|
count: 1
|
|
path: src/Console/ModelsCommand.php
|
|
|
|
-
|
|
message: '#^Call to an undefined method Illuminate\\Support\\Optional\:\:getParameters\(\)\.$#'
|
|
identifier: method.notFound
|
|
count: 1
|
|
path: src/Console/ModelsCommand.php
|
|
|
|
-
|
|
message: '#^Call to an undefined method Illuminate\\Support\\Optional\:\:getReturnType\(\)\.$#'
|
|
identifier: method.notFound
|
|
count: 1
|
|
path: src/Console/ModelsCommand.php
|
|
|
|
-
|
|
message: '#^Call to an undefined static method Illuminate\\Database\\Eloquent\\Model\:\:newFactory\(\)\.$#'
|
|
identifier: staticMethod.notFound
|
|
count: 2
|
|
path: src/Console/ModelsCommand.php
|
|
|
|
-
|
|
message: '#^Call to an undefined method ReflectionFunctionAbstract\:\:getDeclaringClass\(\)\.$#'
|
|
identifier: method.notFound
|
|
count: 1
|
|
path: src/Method.php
|