Skip to content

Commit 85f7ad4

Browse files
peterfoxGeniJaho
andauthored
Update laravel-arrayaccess-to-method-call.php (#226)
* Update laravel-arrayaccess-to-method-call.php * Update laravel-arrayaccess-to-method-call.php --------- Co-authored-by: Geni Jaho <[email protected]>
1 parent f62a229 commit 85f7ad4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

config/sets/laravel-arrayaccess-to-method-call.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,26 @@
1717
new ObjectType('Illuminate\Foundation\Application'),
1818
'make',
1919
),
20+
new ArrayDimFetchToMethodCall(
21+
new ObjectType('Illuminate\Contracts\Foundation\Application'),
22+
'make',
23+
),
2024
new ArrayDimFetchToMethodCall(
2125
new ObjectType('Illuminate\Config\Repository'),
2226
'get',
2327
),
28+
new ArrayDimFetchToMethodCall(
29+
new ObjectType('Illuminate\Contracts\Config\Repository'),
30+
'make',
31+
),
32+
new ArrayDimFetchToMethodCall(
33+
new ObjectType('Illuminate\Contracts\Container\Container\Application'),
34+
'make',
35+
),
36+
new ArrayDimFetchToMethodCall(
37+
new ObjectType('Illuminate\Contracts\Container\Container'),
38+
'make',
39+
),
2440
],
2541
);
2642
};

0 commit comments

Comments
 (0)