File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -65,27 +65,15 @@ public function fileData(): \Generator
65
65
];
66
66
yield [
67
67
__DIR__ . '/../../fixtures/drupal/modules/pre_render_callback_rule/src/RenderArrayWithPreRenderCallback.php ' ,
68
- [
69
- [
70
- "#pre_render value 'non-empty-string' at key '3' is invalid. " ,
71
- 19 ,
72
- "Refactor concatenation of `static::class` with method name to an array callback: [static::class, 'preRenderCallback'] "
73
- ]
74
- ]
68
+ []
75
69
];
76
70
yield [
77
71
__DIR__ . '/../../fixtures/drupal/modules/pre_render_callback_rule/src/RenderCallbackInterfaceObject.php ' ,
78
72
[]
79
73
];
80
74
yield [
81
75
__DIR__ . '/../../fixtures/drupal/modules/pre_render_callback_rule/src/LazyBuilderWithConstant.php ' ,
82
- [
83
- [
84
- "#lazy_builder value 'non-empty-string' at key '0' is invalid. " ,
85
- 25 ,
86
- "Refactor concatenation of `static::class` with method name to an array callback: [static::class, 'lazyBuilder'] "
87
- ]
88
- ]
76
+ []
89
77
];
90
78
yield [
91
79
__DIR__ . '/../../fixtures/drupal/modules/pre_render_callback_rule/src/FormWithClosure.php ' ,
You can’t perform that action at this time.
0 commit comments