From 8242cde87b933cb064d3df11876f5603064c2572 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Thu, 4 Oct 2018 23:39:55 +0800 Subject: [PATCH] add NoExtraBlankLinesFixer to php70 set --- config/level/php/php70.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/level/php/php70.yml b/config/level/php/php70.yml index 05b3d934672..43fcbd14a77 100644 --- a/config/level/php/php70.yml +++ b/config/level/php/php70.yml @@ -1,3 +1,4 @@ services: Rector\Php\Rector\ExceptionHandlerTypehintRector: ~ Rector\Php\Rector\TernaryToNullCoalescingRector: ~ + Rector\Php\Rector\RandomFunctionRector: ~