Skip to content

Commit

Permalink
Edit whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
spekkionu committed Sep 24, 2014
1 parent cc19c61 commit 3e9f692
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tools:
php_mess_detector: true
php_cpd: true
php_pdepend:
excluded_dirs: [vendor, tests, src/config]
excluded_dirs: [vendor, tests, src/config]
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php

php:
php:
- 5.3
- 5.4
- 5.5
Expand All @@ -10,4 +10,4 @@ before_script:

script: phpunit --configuration phpunit.travis.xml --coverage-text

after_script: php ocular.phar code-coverage:upload --format=php-clover coverage.clover
after_script: php ocular.phar code-coverage:upload --format=php-clover coverage.clover
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion phpunit.travis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
</exclude>
</whitelist>
</filter>
</phpunit>
</phpunit>
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
<directory suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>
</phpunit>
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
*/
'cdn' => null,

);
);

0 comments on commit 3e9f692

Please sign in to comment.