|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Parameter \#1 \$value of method SoureCode\\Bundle\\Timezone\\Manager\\TimezoneManager\:\:setTimezone\(\) expects DateTimeZone\|string, mixed given\.$#' |
| 5 | + identifier: argument.type |
| 6 | + count: 1 |
| 7 | + path: src/EventListener/TimezoneListener.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Method SoureCode\\Bundle\\Timezone\\Manager\\TimezoneManager\:\:__construct\(\) has parameter \$enabledTimezoneNames with no value type specified in iterable type array\.$#' |
| 11 | + identifier: missingType.iterableValue |
| 12 | + count: 1 |
| 13 | + path: src/Manager/TimezoneManager.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Method SoureCode\\Bundle\\Timezone\\Manager\\TimezoneManager\:\:getEnabledTimezoneNames\(\) return type has no value type specified in iterable type array\.$#' |
| 17 | + identifier: missingType.iterableValue |
| 18 | + count: 1 |
| 19 | + path: src/Manager/TimezoneManager.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition\:\:fixXmlConfig\(\)\.$#' |
| 23 | + identifier: method.notFound |
| 24 | + count: 1 |
| 25 | + path: src/SoureCodeTimezoneBundle.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Cannot call method arrayNode\(\) on mixed\.$#' |
| 29 | + identifier: method.nonObject |
| 30 | + count: 1 |
| 31 | + path: src/SoureCodeTimezoneBundle.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Cannot call method children\(\) on mixed\.$#' |
| 35 | + identifier: method.nonObject |
| 36 | + count: 1 |
| 37 | + path: src/SoureCodeTimezoneBundle.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Cannot call method defaultValue\(\) on mixed\.$#' |
| 41 | + identifier: method.nonObject |
| 42 | + count: 1 |
| 43 | + path: src/SoureCodeTimezoneBundle.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Cannot call method end\(\) on mixed\.$#' |
| 47 | + identifier: method.nonObject |
| 48 | + count: 6 |
| 49 | + path: src/SoureCodeTimezoneBundle.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Cannot call method ifTrue\(\) on mixed\.$#' |
| 53 | + identifier: method.nonObject |
| 54 | + count: 2 |
| 55 | + path: src/SoureCodeTimezoneBundle.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Cannot call method info\(\) on mixed\.$#' |
| 59 | + identifier: method.nonObject |
| 60 | + count: 2 |
| 61 | + path: src/SoureCodeTimezoneBundle.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Cannot call method scalarNode\(\) on mixed\.$#' |
| 65 | + identifier: method.nonObject |
| 66 | + count: 1 |
| 67 | + path: src/SoureCodeTimezoneBundle.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Cannot call method scalarPrototype\(\) on mixed\.$#' |
| 71 | + identifier: method.nonObject |
| 72 | + count: 1 |
| 73 | + path: src/SoureCodeTimezoneBundle.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Cannot call method then\(\) on mixed\.$#' |
| 77 | + identifier: method.nonObject |
| 78 | + count: 1 |
| 79 | + path: src/SoureCodeTimezoneBundle.php |
| 80 | + |
| 81 | + - |
| 82 | + message: '#^Cannot call method thenInvalid\(\) on mixed\.$#' |
| 83 | + identifier: method.nonObject |
| 84 | + count: 1 |
| 85 | + path: src/SoureCodeTimezoneBundle.php |
| 86 | + |
| 87 | + - |
| 88 | + message: '#^Cannot call method validate\(\) on mixed\.$#' |
| 89 | + identifier: method.nonObject |
| 90 | + count: 2 |
| 91 | + path: src/SoureCodeTimezoneBundle.php |
| 92 | + |
| 93 | + - |
| 94 | + message: '#^Method SoureCode\\Bundle\\Timezone\\SoureCodeTimezoneBundle\:\:loadExtension\(\) has parameter \$config with no value type specified in iterable type array\.$#' |
| 95 | + identifier: missingType.iterableValue |
| 96 | + count: 1 |
| 97 | + path: src/SoureCodeTimezoneBundle.php |
| 98 | + |
| 99 | + - |
| 100 | + message: '#^Method SoureCode\\Bundle\\Timezone\\Tests\\BundleInitializationTest\:\:createKernel\(\) has parameter \$options with no value type specified in iterable type array\.$#' |
| 101 | + identifier: missingType.iterableValue |
| 102 | + count: 1 |
| 103 | + path: tests/BundleInitializationTest.php |
| 104 | + |
| 105 | + - |
| 106 | + message: '#^Method SoureCode\\Bundle\\Timezone\\Tests\\EventListener\\TimezoneListenerTest\:\:createKernel\(\) has parameter \$options with no value type specified in iterable type array\.$#' |
| 107 | + identifier: missingType.iterableValue |
| 108 | + count: 1 |
| 109 | + path: tests/EventListener/TimezoneListenerTest.php |
| 110 | + |
| 111 | + - |
| 112 | + message: '#^Method SoureCode\\Bundle\\Timezone\\Tests\\Manager\\TimezoneManagerTest\:\:createKernel\(\) has parameter \$options with no value type specified in iterable type array\.$#' |
| 113 | + identifier: missingType.iterableValue |
| 114 | + count: 1 |
| 115 | + path: tests/Manager/TimezoneManagerTest.php |
| 116 | + |
| 117 | + - |
| 118 | + message: '#^Method SoureCode\\Bundle\\Timezone\\Tests\\Manager\\TimezoneManagerTest\:\:testSomething\(\) has no return type specified\.$#' |
| 119 | + identifier: missingType.return |
| 120 | + count: 1 |
| 121 | + path: tests/Manager/TimezoneManagerTest.php |
| 122 | + |
| 123 | + - |
| 124 | + message: '#^Parameter \#1 \$value of method SoureCode\\Bundle\\Timezone\\Manager\\TimezoneManager\:\:setTimezone\(\) expects DateTimeZone\|string, float\|int\<min, \-1\>\|int\<1, max\>\|string\|true given\.$#' |
| 125 | + identifier: argument.type |
| 126 | + count: 1 |
| 127 | + path: tests/app/src/Controller/TestController.php |
0 commit comments