From 1ceda04e3c10e67cbfce972218c2bb7cd582ee3d Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 2 Dec 2019 23:18:34 -0500 Subject: [PATCH] Add rector rule for EntityInterface::isNew() --- config/set/cakephp/cakephp40.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/set/cakephp/cakephp40.yaml b/config/set/cakephp/cakephp40.yaml index e9b52f1130c2..3a69fdb57d08 100644 --- a/config/set/cakephp/cakephp40.yaml +++ b/config/set/cakephp/cakephp40.yaml @@ -145,3 +145,7 @@ services: styles: set: 'setStyle' get: 'getStyle' + Cake\ORM\EntityInterface: + isNew: + set: 'setNew' + get: 'isNew'