Leo BONAZ

Results 2 issues of Leo BONAZ

### Bug description It seems that Inspection ID: `LaravelEloquentGuardedAttributeAssignmentInspection` can be triggered by an unrelated key. ```php $modelInstance->update([ 'some_key' => somefunctioncall([ 'unrelated_key' => $value ]) ]) ``` in this exemple...

implemented - wait next release