Skip to content

Commit

Permalink
Fixed error in which attributes were listed in the name section inste…
Browse files Browse the repository at this point in the history
…ad of the executable section
  • Loading branch information
sturkel89 committed Jul 10, 2024
1 parent 2f7dd57 commit 4370b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<arg line="--configuration=${srcdir}/tests/phpstan.neon --memory-limit=2G --error-format=checkstyle analyse &gt; ${builddir}/reports/phpstan-checkstyle.xml" />
</exec>
</target>
<target name="phpstan-console" escape="false" passthru="true" checkreturn="true">
<exec executable="${srcdir}/vendor/bin/phpstan">
<target name="phpstan-console">
<exec executable="${srcdir}/vendor/bin/phpstan" escape="false" passthru="true" checkreturn="true">
<arg line="--configuration=${srcdir}/tests/phpstan.neon --memory-limit=2G analyse" />
</exec>
</target>
Expand Down

0 comments on commit 4370b24

Please sign in to comment.