Skip to content

Commit

Permalink
- fix test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagherzadegan committed Jul 25, 2023
1 parent d973653 commit 191f82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mink/MinkParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @template-implements ArrayAccess<int,int>
* @template-implements IteratorAggregate<string, int>
*/
final class MinkParameters implements \Countable, IteratorAggregate, ArrayAccess
class MinkParameters implements \Countable, IteratorAggregate, ArrayAccess
{
/** @var array */
private $minkParameters;
Expand Down

0 comments on commit 191f82b

Please sign in to comment.