Skip to content

Commit

Permalink
update stan
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Nov 17, 2024
1 parent 8d2920a commit 5f14d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpstan" version="1.12.6" installed="1.12.6" location="./tools/phpstan" copy="false"/>
<phar name="phpstan" version="2.0.1" installed="2.0.1" location="./tools/phpstan" copy="false"/>
<phar name="psalm" version="5.26.1" installed="5.26.1" location="./tools/psalm" copy="false"/>
</phive>
2 changes: 1 addition & 1 deletion src/Twig/Extension/TimeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
class TimeExtension extends AbstractExtension
{
private ?CoreExtension $coreExt;
private ?CoreExtension $coreExt = null;

/**
* Get declared filters.
Expand Down

0 comments on commit 5f14d70

Please sign in to comment.