Remove Laravel serialisable closure

This commit is contained in:
Peter Fox
2024-03-17 17:23:17 +00:00
parent a4f8ae1a12
commit 0ccbe5c8f0
3 changed files with 1 additions and 4 deletions

View File

@ -22,7 +22,6 @@ arch('dependencies')
'Whoops',
'Symfony\Component\Console',
'Symfony\Component\Process',
'Laravel\SerializableClosure\Support\ReflectionClosure',
])->ignoring(['Composer', 'PHPUnit', 'SebastianBergmann']);
arch('contracts')