From 7d97e6a886d9b67f6e7c6c34b0fdb6574d494ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sat, 1 Oct 2022 19:09:11 +0200 Subject: [PATCH] fix stan --- phpstan.neon.dist | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index ea3e08a327..08372ac46b 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -50,7 +50,7 @@ parameters: message: '~^Call to an undefined method Atk4\\Ui\\Form\\Control::onUpload\(\)\.$~' - path: 'demos/form-control/multiline.php' - message: '~^Call to an undefined method Atk4\\Ui\\Form\\Layout::addColumn\(\)\.$~' + message: '~^Call to an undefined method Atk4\\Ui\\Form\\AbstractLayout::addColumn\(\)\.$~' - path: 'demos/form-control/upload.php' message: '~^Call to an undefined method Atk4\\Ui\\Form\\Control::onDelete\(\)\.$~' @@ -68,19 +68,19 @@ parameters: message: '~^Call to an undefined method Atk4\\Ui\\Form\\Control::setFileId\(\)\.$~' - path: 'demos/form/form-section-accordion.php' - message: '~^Call to an undefined method Atk4\\Ui\\Form\\Layout::addSection\(\)\.$~' + message: '~^Call to an undefined method Atk4\\Ui\\Form\\AbstractLayout::addSection\(\)\.$~' - path: 'demos/form/form-section-accordion.php' - message: '~^Call to an undefined method Atk4\\Ui\\Form\\Layout::activate\(\)\.$~' + message: '~^Call to an undefined method Atk4\\Ui\\Form\\AbstractLayout::activate\(\)\.$~' - path: 'demos/form/form-section.php' - message: '~^Call to an undefined method Atk4\\Ui\\Form\\Layout::addColumn\(\)\.$~' + message: '~^Call to an undefined method Atk4\\Ui\\Form\\AbstractLayout::addColumn\(\)\.$~' - path: 'demos/form/form-section.php' - message: '~^Call to an undefined method Atk4\\Ui\\Form\\Layout::addSection\(\)\.$~' + message: '~^Call to an undefined method Atk4\\Ui\\Form\\AbstractLayout::addSection\(\)\.$~' - path: 'demos/form/form-section.php' - message: '~^Call to an undefined method Atk4\\Ui\\Form\\Layout::addTab\(\)\.$~' + message: '~^Call to an undefined method Atk4\\Ui\\Form\\AbstractLayout::addTab\(\)\.$~' - path: 'demos/form/form2.php' message: '~^Call to an undefined method Atk4\\Ui\\Form\\Control::addAction\(\)\.$~' @@ -305,7 +305,7 @@ parameters: message: '~^Method Atk4\\Ui\\Form\\Layout::_addControl\(\) should return Atk4\\Ui\\Form\\Control but returns Atk4\\Ui\\View\.$~' - path: 'src/Form/Layout.php' - message: '~^Method Atk4\\Ui\\Form\\Layout::addSubLayout\(\) should return static\(Atk4\\Ui\\Form\\AbstractLayout\) but returns Atk4\\Ui\\AbstractView\.$~' + message: '~^Method Atk4\\Ui\\Form\\Layout::addSubLayout\(\) should return Atk4\\Ui\\Form\\AbstractLayout but returns Atk4\\Ui\\AbstractView\.$~' - path: 'src/Form/Layout/Custom.php' message: '~^Method Atk4\\Ui\\Form\\Layout\\Custom::addButton\(\) should return Atk4\\Ui\\Button but returns Atk4\\Ui\\AbstractView\.$~'