Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Fixed cs
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Sep 22, 2017
1 parent 0c303bb commit 83f9ee8
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 @@ -11,7 +11,7 @@
</tstamp>

<!-- By default, we assume all tools to be on the $PATH -->
<condition property="ext" value=".bat">
<condition property="ext" value=".bat" else="">
<os family="windows"/>
</condition>

Expand Down Expand Up @@ -120,7 +120,7 @@
</target>

<target name="check-doc" description="Docblock check">
<exec executable="${basedir}/vendor/bin/phpdoccheck" searchpath="true" resolveexecutable="true" failonerror="true">
<exec executable="${basedir}/vendor/bin/phpdoccheck${ext}" searchpath="true" resolveexecutable="true" failonerror="true">
<arg line="-d ${basedir}/src" />
</exec>
</target>
Expand Down

0 comments on commit 83f9ee8

Please sign in to comment.