Skip to content

Commit

Permalink
fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 1, 2022
1 parent 4fed9d2 commit 7d97e6a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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\(\)\.$~'
Expand All @@ -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\(\)\.$~'
Expand Down Expand Up @@ -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\.$~'
Expand Down

0 comments on commit 7d97e6a

Please sign in to comment.