mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Update to PHP coding standard 2.4.0
This commit is contained in:
@@ -79,7 +79,7 @@ class VisitsTrackerTest extends TestCase
|
||||
yield 'trackRegularNotFoundVisit' => ['trackRegularNotFoundVisit'];
|
||||
}
|
||||
|
||||
private function visitsTracker(?TrackingOptions $options = null): VisitsTracker
|
||||
private function visitsTracker(TrackingOptions|null $options = null): VisitsTracker
|
||||
{
|
||||
return new VisitsTracker($this->em, $this->eventDispatcher, $options ?? new TrackingOptions());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user