Skip to content

Commit

Permalink
Merge branch 'release/3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Mar 23, 2015
2 parents e137a63 + add3a12 commit 896d90a
Show file tree
Hide file tree
Showing 12 changed files with 254 additions and 101 deletions.
15 changes: 15 additions & 0 deletions .php_cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

$finder = Symfony\CS\Finder\DefaultFinder::create()
->in(__DIR__);

return Symfony\CS\Config\Config::create()
->fixers(array(
'-concat_without_spaces',
'-empty_return',
'-new_with_braces',
'align_double_arrow',
'align_equals',
'ordered_use',
))
->finder($finder);
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Isolator Changelog

### 3.0.2 (2015-03-23)

* **[FIXED]** Generated code directory is now created with the correct mode

### 3.0.1 (2014-10-21)

* **[FIXED]** References are now preserved when calling functions with variable arguments
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ PHP 5.6.
<!-- references -->
[Build Status]: http://img.shields.io/travis/IcecaveStudios/isolator/develop.svg?style=flat-square
[Test Coverage]: http://img.shields.io/coveralls/IcecaveStudios/isolator/develop.svg?style=flat-square
[SemVer]: http://img.shields.io/:semver-3.0.1-brightgreen.svg?style=flat-square
[SemVer]: http://img.shields.io/:semver-3.0.2-brightgreen.svg?style=flat-square
Loading

0 comments on commit 896d90a

Please sign in to comment.