Skip to content

Commit a2fbd9b

Browse files
committedMar 12, 2017
Code style fixes
1 parent cbb0f1d commit a2fbd9b

File tree

142 files changed

+132
-1270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+132
-1270
lines changed
 

‎app/loggerconfig.example.php

-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
<?php
22

3-
/**
4-
* PHPCI - Continuous Integration for PHP
5-
*
6-
* @copyright Copyright 2014, Block 8 Limited.
7-
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
8-
* @link https://www.phptesting.org/
9-
*/
10-
113
return [
124
/** Loggers attached to every command */
135
"_" => function() {

‎bin/console

-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
#!/usr/bin/env php
22
<?php
33

4-
/**
5-
* PHPCI - Continuous Integration for PHP
6-
*
7-
* @copyright Copyright 2013, Block 8 Limited.
8-
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
9-
* @link http://www.phptesting.org/
10-
*/
11-
124
use PHPCensor\Console\Application;
135

146
error_reporting(-1);

0 commit comments

Comments
 (0)
Please sign in to comment.