Skip to content
Snippets Groups Projects
Commit 9be2486c authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Make phpstan happy

parent 97f0e6b2
No related branches found
No related tags found
No related merge requests found
Pipeline #105746 passed
......@@ -12,6 +12,9 @@ class ExternalApi implements PlaceProviderInterface
public function __construct(MyCustomService $service)
{
// Make phpstan happy
$service = $service;
$this->places = [];
$place1 = new Place();
$place1->setIdentifier('graz');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment