Skip to content

Commit

Permalink
Add missing multistate lexer constructor type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Aug 1, 2024
1 parent aee3531 commit 57c7f61
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 101 deletions.
45 changes: 0 additions & 45 deletions src/Interval.php

This file was deleted.

43 changes: 0 additions & 43 deletions src/IntervalFactoryTrait.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/PositionFactoryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static function start(): PositionInterface
* @throws SourceExceptionInterface in case of an error in creating the
* source object
*/
public static function end($source): PositionInterface
public static function end(mixed $source): PositionInterface
{
$factory = self::getPositionFactory();

Expand Down
12 changes: 0 additions & 12 deletions src/PositionInterface.php

This file was deleted.

0 comments on commit 57c7f61

Please sign in to comment.