|
@@ 105-109 (lines=5) @@
|
| 102 |
|
define('PHP_CODESNIFFER_CBF', false); |
| 103 |
|
} |
| 104 |
|
|
| 105 |
|
if (is_file(dirname(__FILE__).'/../CodeSniffer/Reporting.php') === true) { |
| 106 |
|
include_once dirname(__FILE__).'/../CodeSniffer/Reporting.php'; |
| 107 |
|
} else { |
| 108 |
|
include_once 'PHP/CodeSniffer/Reporting.php'; |
| 109 |
|
} |
| 110 |
|
|
| 111 |
|
PHP_CodeSniffer_Reporting::startTiming(); |
| 112 |
|
$this->checkRequirements(); |
|
@@ 134-138 (lines=5) @@
|
| 131 |
|
define('PHP_CODESNIFFER_CBF', true); |
| 132 |
|
} |
| 133 |
|
|
| 134 |
|
if (is_file(dirname(__FILE__).'/../CodeSniffer/Reporting.php') === true) { |
| 135 |
|
include_once dirname(__FILE__).'/../CodeSniffer/Reporting.php'; |
| 136 |
|
} else { |
| 137 |
|
include_once 'PHP/CodeSniffer/Reporting.php'; |
| 138 |
|
} |
| 139 |
|
|
| 140 |
|
PHP_CodeSniffer_Reporting::startTiming(); |
| 141 |
|
$this->checkRequirements(); |