Skip to content

Commit

Permalink
fix: support php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Oct 8, 2021
1 parent 1e6b382 commit ab31fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listener/ResponseListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ResponseListener
{
private $javascriptPlaceholder = '##SCRIPTPOSITION##';
private $spacePlaceholder = '##SPACE##';
private string $environment;
private $environment;

public function __construct(string $environment)
{
Expand Down

0 comments on commit ab31fe1

Please sign in to comment.