Skip to content

Commit

Permalink
ENH Remove use of deprecated E_STRICT
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 1, 2024
1 parent 73cb915 commit ec7ccc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function configure(ArrayNodeDefinition $builder)
end()->
scalarNode('error_reporting')->
info('Call executor will catch exceptions matching this level')->
defaultValue(E_ALL | E_STRICT)->
defaultValue(E_ALL)->
end()->
scalarNode('retry_seconds')->
info('Number of seconds that @retry tags will retry for')->
Expand Down

0 comments on commit ec7ccc5

Please sign in to comment.