From 26c67dba776e1e6f8ac40eed70fe79995325863d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 31 Jul 2022 13:55:09 +0300 Subject: update phpstan to 1.8.2 --- vendor/thecodingmachine/safe/rector-migrate.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'vendor/thecodingmachine/safe/rector-migrate.php') diff --git a/vendor/thecodingmachine/safe/rector-migrate.php b/vendor/thecodingmachine/safe/rector-migrate.php index efa2a2862..4f17de5e6 100644 --- a/vendor/thecodingmachine/safe/rector-migrate.php +++ b/vendor/thecodingmachine/safe/rector-migrate.php @@ -24,8 +24,6 @@ return static function (ContainerConfigurator $containerConfigurator): void { 'apcu_inc' => 'Safe\apcu_inc', 'apcu_sma_info' => 'Safe\apcu_sma_info', 'apc_fetch' => 'Safe\apc_fetch', - 'array_replace' => 'Safe\array_replace', - 'array_replace_recursive' => 'Safe\array_replace_recursive', 'array_walk_recursive' => 'Safe\array_walk_recursive', 'assert_options' => 'Safe\assert_options', 'base64_decode' => 'Safe\base64_decode', -- cgit v1.2.3-54-g00ecf