浏览代码

Fix test and CI failure

ADmad 1 年之前
父节点
当前提交
9c3b125c9a
共有 2 个文件被更改,包括 0 次插入5 次删除
  1. 0 4
      src/Database/phpstan.neon.dist
  2. 0 1
      tests/TestCase/View/Helper/FormHelperTest.php

+ 0 - 4
src/Database/phpstan.neon.dist

@@ -8,10 +8,6 @@ parameters:
 	excludePaths:
 		- vendor/
 	ignoreErrors:
-		-
-			identifier: missingType.iterableValue
-		-
-			identifier: missingType.generics
 		- '#Unsafe usage of new static\(\).#'
 		-
 			identifier: missingType.iterableValue

+ 0 - 1
tests/TestCase/View/Helper/FormHelperTest.php

@@ -7902,7 +7902,6 @@ class FormHelperTest extends TestCase
             'label' => ['for' => 'accept-tos'],
             [
                 'input' => [
-                    'aria-required' => 'true',
                     'required' => 'required',
                     'type' => 'checkbox',
                     'name' => 'accept_tos',