Skip to content

Commit 3464d04

Browse files
authored
Merge pull request #19 from WyriHaximus/fetch-limit
Fetch limit
2 parents b4441db + 1fbb576 commit 3464d04

15 files changed

+490
-301
lines changed

.php_cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ return (function (): Config
1717
->append($paths)
1818
)
1919
->setUsingCache(false)
20-
;
20+
->setRules([
21+
'native_function_invocation' => false,
22+
])
23+
;
2124
})();

0 commit comments

Comments
 (0)