Skip to content

Commit

Permalink
Added .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
unreal4u committed Jan 7, 2014
1 parent 3251186 commit 57925c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ tests/ export-ignore
vendor/ export-ignore
doc/ export-ignore
.git* export-ignore
*.php diff=php
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Detailed description

This package will do all kinds of things you can do with a RUT or RUN, such as:

Verifying that it is valid.
Finding out whether it is a RUT or a RUN.
Format it to the correct format to use
* Verifying that it is valid.
* Finding out whether it is a RUT or a RUN.
* Format it to the correct format to use

This package has been extensivily tested with xdebug and is properly PHPUnit tested so that no errors are present.

Expand Down
4 changes: 2 additions & 2 deletions src/unreal4u/rutverifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* @author Camilo Sperberg
* @copyright 2010 - 2013 Camilo Sperberg
* @version 1.2.6
* @version 1.2.7
* @license BSD License
* @package rutverifier
*/
Expand All @@ -34,7 +34,7 @@ class rutverifier {
* The version of this class
* @var string
*/
private $classVersion = '1.2.6';
private $classVersion = '1.2.7';

/**
* Stores errors of the class
Expand Down

0 comments on commit 57925c3

Please sign in to comment.