Skip to content

Commit

Permalink
Merge pull request #104 from cakephp/2.x-update-stan
Browse files Browse the repository at this point in the history
update stan
  • Loading branch information
dereuromark authored Nov 17, 2024
2 parents 8d2920a + 5f14d70 commit fd5468b
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 fd5468b

Please sign in to comment.