Skip to content

Commit

Permalink
Merge pull request #136 from websharks/feature/133
Browse files Browse the repository at this point in the history
PR: feature/133
  • Loading branch information
jaswsinc committed Aug 23, 2016
2 parents 87877ac + f1dc74b commit f799005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitchange
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1464312672
49dd4154d8f5d3b70691c8e3f52a063a49137fb7:57bcd244eec132.67573610
49dd4154d8f5d3b70691c8e3f52a063a49137fb7:57bcdbdf34eb37.21692013
4 changes: 2 additions & 2 deletions src/psr4/targets/builds/in-base-dir/version-tokens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</filterChain>
</reflexive>

<!-- PHP/JS/CSS/SCSS/BASH @since version tokens. -->
<!-- PHP/JS/CSS/SCSS/BASH @since|deprecated version tokens. -->

<if>
<and>
Expand All @@ -60,7 +60,7 @@
<filterChain>
<replaceRegExp>
<!-- WARNING: Very important for `$1 ${project_versoin}` to have that space. Otherwise the version becomes a part of the replacement code. -->
<regExp pattern="^(\s*\*\s+@since)\s+(?:\$v|[0-9]{2}[xX]{4})(\s|$)" replace="$1 ${project_version}$2" modifiers="um" />
<regExp pattern="^(\s*\*\s+@(?:since|deprecated))\s+(?:\$v|[0-9]{2}[xX]{4,}|[xX]{6,})(\s|$)" replace="$1 ${project_version}$2" modifiers="um" />
</replaceRegExp>
</filterChain>
</reflexive>
Expand Down

0 comments on commit f799005

Please sign in to comment.