Skip to content

Commit

Permalink
Merge branch 'driftingly:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
megawubs authored Jul 7, 2024
2 parents ede3546 + 85f7ad4 commit 2fae7a8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/sets/laravel-arrayaccess-to-method-call.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,26 @@
new ObjectType('Illuminate\Foundation\Application'),
'make',
),
new ArrayDimFetchToMethodCall(
new ObjectType('Illuminate\Contracts\Foundation\Application'),
'make',
),
new ArrayDimFetchToMethodCall(
new ObjectType('Illuminate\Config\Repository'),
'get',
),
new ArrayDimFetchToMethodCall(
new ObjectType('Illuminate\Contracts\Config\Repository'),
'make',
),
new ArrayDimFetchToMethodCall(
new ObjectType('Illuminate\Contracts\Container\Container\Application'),
'make',
),
new ArrayDimFetchToMethodCall(
new ObjectType('Illuminate\Contracts\Container\Container'),
'make',
),
],
);
};

0 comments on commit 2fae7a8

Please sign in to comment.