Completed
Push — master ( 9884b2...8a04c2 )
by Juliette
03:25
created
views/header.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Template part: Page header.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * Template part: Page header.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.
views/other-cheat-sheets.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * HTML content: Other Cheat sheets.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * HTML content: Other Cheat sheets.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.
views/notes-legend.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Template part: Table legend.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * Template part: Table legend.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.
include/vars-to-test-php54.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Define additional PHP 5.4+ test variables.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * Define additional PHP 5.4+ test variables.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.
class.vartype-arithmetic.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Variable Arithmetic tests.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * Variable Arithmetic tests.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.