Skip to content

Commit

Permalink
Merge pull request #38 from symbiote/nglasl-patch-1
Browse files Browse the repository at this point in the history
FIX: supporting the latest phpstan version
  • Loading branch information
Nathan authored Jun 4, 2020
2 parents 68bc7d2 + 8cd0233 commit 3617b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildfile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ Deny from all
</then>
</if>
<if>
<available file="${project.basedir}/vendor/silbinarywolf/silverstripe-phpstan" type="dir" />
<available file="${project.basedir}/vendor/symbiote/silverstripe-phpstan" type="dir" />
<then>
<property name="phpstan.silverstripe_installed" value="1" />
</then>
Expand Down Expand Up @@ -631,7 +631,7 @@ Deny from all
<arg value="analyse" />
<arg line="${phpstan.dir}" />
<arg line="-c phpstan.neon" />
<arg line="-a vendor/silbinarywolf/silverstripe-phpstan/bootstrap.php" />
<arg line="-a vendor/symbiote/silverstripe-phpstan/bootstrap.php" />
<arg line="--errorFormat table" />
<arg line="--level ${phpstan.level}"/>
<arg line="${phpstan.debug_cmd}"/>
Expand Down

0 comments on commit 3617b3b

Please sign in to comment.