@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Variable comparison tests. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * Variable comparison tests. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | // Prevent direct calls to this file. |
9 | 9 | if ( ! defined( 'APP_DIR' ) ) { |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP 5+ tests. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * PHP 5+ tests. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | // Prevent direct calls to this file. |
9 | 9 | if ( ! defined( 'APP_DIR' ) ) { |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP 7+ tests. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * PHP 7+ tests. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | // Prevent direct calls to this file. |
9 | 9 | if ( ! defined( 'APP_DIR' ) ) { |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Variable testing tests. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * Variable testing tests. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | // Prevent direct calls to this file. |
9 | 9 | if ( ! defined( 'APP_DIR' ) ) { |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Generic variable testing parent class. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * Generic variable testing parent class. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | // Prevent direct calls to this file. |
9 | 9 | if ( ! defined( 'APP_DIR' ) ) { |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Some generic functions and mock objects for test variables. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * Some generic functions and mock objects for test variables. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | // Prevent direct calls to this file. |
9 | 9 | if ( ! defined( 'APP_DIR' ) ) { |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Controller. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * Controller. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | define( 'APP_DIR', dirname( __FILE__ ) ); |
9 | 9 |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * HTML content: About page. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * HTML content: About page. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | // Prevent direct calls to this file. |
9 | 9 | if ( ! defined( 'APP_DIR' ) ) { |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * HTML content: 404 error page. |
|
4 | - * |
|
5 | - * @package PHPCheatsheets |
|
6 | - */ |
|
3 | + * HTML content: 404 error page. |
|
4 | + * |
|
5 | + * @package PHPCheatsheets |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | // Prevent direct calls to this file. |
9 | 9 | if ( ! defined( 'APP_DIR' ) ) { |