Skip to content

Commit

Permalink
Update baselines for Laravel and Lumen new apps
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jul 13, 2023
1 parent 796b156 commit ad472c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Application/laravel-test-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
</UnusedClass>
</file>
<file src="app/Console/Commands/ExampleCommand.php">
<MissingReturnType>
<code>handle</code>
</MissingReturnType>
<UnusedClass>
<code>ExampleCommand</code>
</UnusedClass>
Expand Down
7 changes: 7 additions & 0 deletions tests/Application/lumen-test-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,18 @@
<code>handle</code>
</PossiblyUnusedMethod>
</file>
<file src="app/Models/User.php">
<PropertyNotSetInConstructor>
<code>User</code>
<code>User</code>
</PropertyNotSetInConstructor>
</file>
<file src="app/Providers/AuthServiceProvider.php">
<MissingClosureParamType>
<code>$request</code>
</MissingClosureParamType>
<MixedMethodCall>
<code>first</code>
<code>input</code>
<code>input</code>
</MixedMethodCall>
Expand Down

0 comments on commit ad472c5

Please sign in to comment.