Skip to content

Commit

Permalink
Merge pull request #62 from J-Ben87/master
Browse files Browse the repository at this point in the history
Suppress the PHP 8+ deprecation message that pops when APP_DEBUG=true
  • Loading branch information
drupol committed Apr 14, 2022
2 parents 2079b63 + af7cdcb commit 40623df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Configuration/Symfony.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function all(): array
*
* @return bool
*/
#[\ReturnTypeWillChange]
public function offsetExists($offset)
{
return $this->cas->offsetExists($offset);
Expand All @@ -64,6 +65,7 @@ public function offsetExists($offset)
*
* @return array<string, mixed>|mixed
*/
#[\ReturnTypeWillChange]
public function offsetGet($offset)
{
return $this->cas->offsetGet($offset);
Expand Down

0 comments on commit 40623df

Please sign in to comment.