Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
- Trailing whitespace
  • Loading branch information
weierophinney committed Jul 18, 2013
1 parent 8c07a16 commit 0499775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/Zend/Version/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ public static function compareVersion($version)
/**
* Fetches the version of the latest stable release.
*
* By default, this uses the API provided by framework.zend.com for version
* By default, this uses the API provided by framework.zend.com for version
* retrieval.
*
* If $service is set to VERSION_SERVICE_GITHUB, this will use the GitHub
* If $service is set to VERSION_SERVICE_GITHUB, this will use the GitHub
* API (v3) and only returns refs that begin with * 'tags/release-'.
* Because GitHub returns the refs in alphabetical order, we need to reduce
* the array to a single value, comparing the version numbers with
* the array to a single value, comparing the version numbers with
* version_compare().
*
* @see http://developer.github.com/v3/git/refs/#get-all-references
Expand Down

0 comments on commit 0499775

Please sign in to comment.