Skip to content

Commit

Permalink
Add Example model to laravel baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ronb-lendesk committed Mar 21, 2022
1 parent f1d1fb1 commit 17c59ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/laravel-test-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
<code>ExampleListener</code>
</UnusedClass>
</file>
<file src="app/Models/Example.php">
<UnusedClass occurrences="1">
<code>Example</code>
</UnusedClass>
</file>
<file src="app/Models/User.php">
<NonInvariantDocblockPropertyType occurrences="3">
<code>$casts</code>
Expand Down

0 comments on commit 17c59ef

Please sign in to comment.