File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 * Redistributions of source code must retain the above copyright
99 notice, this list of conditions and the following disclaimer.
1010 * Redistributions in binary form must reproduce the above copyright
11- notice, this list of conditions and the following disclaimer in
11+ notice, this list of conditions, and the following disclaimer in
1212 the documentation and/or other materials provided with the
1313 distribution.
1414 * Neither the name of Yii Software nor the names of its
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ public function iterableProvider(): array
319319 'IteratorAggregate ' => [
320320 ['a ' => 1 , 'b ' => 2 ,],
321321 new class () implements IteratorAggregate {
322- public function getIterator ()
322+ public function getIterator (): ArrayIterator
323323 {
324324 return new ArrayIterator (['a ' => 1 , 'b ' => 2 ,]);
325325 }
You can’t perform that action at this time.
0 commit comments