Completed
Push — master ( ae3b6a...cba6ab )
by Fulvio
04:05 queued 01:16
created
uninstall.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Fired when the plugin is uninstalled.
4
- *
5
- * @link    https://github.com/nekojira/wp-php-console
6
- * @since   1.0.0
7
- * @package WP_PHP_Console
8
- */
3
+	 * Fired when the plugin is uninstalled.
4
+	 *
5
+	 * @link    https://github.com/nekojira/wp-php-console
6
+	 * @since   1.0.0
7
+	 * @package WP_PHP_Console
8
+	 */
9 9
 
10 10
 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
11 11
 	exit; // If uninstall not called from WordPress, then exit.
Please login to merge, or discard this patch.