@@ -63,7 +63,7 @@ public function testSuppressError($before, $after, $expectedErrors=0)
63
63
*
64
64
* @see testSuppressError()
65
65
*
66
- * @return array
66
+ * @return array<string, array<string, string|int>>
67
67
*/
68
68
public static function dataSuppressError ()
69
69
{
@@ -202,7 +202,7 @@ public function testSuppressSomeErrors($before, $between, $expectedErrors=1)
202
202
*
203
203
* @see testSuppressSomeErrors()
204
204
*
205
- * @return array
205
+ * @return array<string, array<string, string|int>>
206
206
*/
207
207
public static function dataSuppressSomeErrors ()
208
208
{
@@ -294,7 +294,7 @@ public function testSuppressWarning($before, $after, $expectedWarnings=0)
294
294
*
295
295
* @see testSuppressWarning()
296
296
*
297
- * @return array
297
+ * @return array<string, array<string, string|int>>
298
298
*/
299
299
public static function dataSuppressWarning ()
300
300
{
@@ -379,7 +379,7 @@ public function testSuppressLine($before, $after='', $expectedErrors=1)
379
379
*
380
380
* @see testSuppressLine()
381
381
*
382
- * @return array
382
+ * @return array<string, array<string, string|int>>
383
383
*/
384
384
public static function dataSuppressLine ()
385
385
{
@@ -544,7 +544,7 @@ public function testNestedSuppressLine($before, $after)
544
544
*
545
545
* @see testNestedSuppressLine()
546
546
*
547
- * @return array
547
+ * @return array<string, array<string, string>>
548
548
*/
549
549
public static function dataNestedSuppressLine ()
550
550
{
@@ -639,7 +639,7 @@ function myFunction() {
639
639
*
640
640
* @see testSuppressScope()
641
641
*
642
- * @return array
642
+ * @return array<string, array<string, string|int>>
643
643
*/
644
644
public static function dataSuppressScope ()
645
645
{
@@ -734,7 +734,7 @@ class MyClass {}
734
734
*
735
735
* @see testSuppressFile()
736
736
*
737
- * @return array
737
+ * @return array<string, array<string, string|int>>
738
738
*/
739
739
public static function dataSuppressFile ()
740
740
{
@@ -853,7 +853,7 @@ public function testDisableSelected($before, $expectedErrors=0, $expectedWarning
853
853
*
854
854
* @see testDisableSelected()
855
855
*
856
- * @return array
856
+ * @return array<string, array<string, string|int>>
857
857
*/
858
858
public static function dataDisableSelected ()
859
859
{
@@ -966,7 +966,7 @@ public function testEnableSelected($code, $expectedErrors, $expectedWarnings)
966
966
*
967
967
* @see testEnableSelected()
968
968
*
969
- * @return array
969
+ * @return array<string, array<string, string|int>>
970
970
*/
971
971
public static function dataEnableSelected ()
972
972
{
@@ -1146,7 +1146,7 @@ public function testIgnoreSelected($before, $expectedErrors, $expectedWarnings)
1146
1146
*
1147
1147
* @see testIgnoreSelected()
1148
1148
*
1149
- * @return array
1149
+ * @return array<string, array<string, string|int>>
1150
1150
*/
1151
1151
public static function dataIgnoreSelected ()
1152
1152
{
@@ -1233,7 +1233,7 @@ public function testCommenting($code, $expectedErrors, $expectedWarnings)
1233
1233
*
1234
1234
* @see testCommenting()
1235
1235
*
1236
- * @return array
1236
+ * @return array<string, array<string, string|int>>
1237
1237
*/
1238
1238
public static function dataCommenting ()
1239
1239
{
0 commit comments