Skip to content

Commit d86efae

Browse files
committed
Typo fixes
1 parent a9ea241 commit d86efae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ are met:
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

tests/ApcuCacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)