Completed
Pull Request — master (#54)
by Reginaldo
41:52
created
Plugin/DebugKit/Controller/Component/ToolbarComponent.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DebugKit DebugToolbar Component
4
- *
5
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
6
- *
7
- * Licensed under The MIT License
8
- * Redistributions of files must retain the above copyright notice.
9
- *
10
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11
- * @link          http://cakephp.org CakePHP(tm) Project
12
- * @since         DebugKit 0.1
13
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
14
- */
3
+	 * DebugKit DebugToolbar Component
4
+	 *
5
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
6
+	 *
7
+	 * Licensed under The MIT License
8
+	 * Redistributions of files must retain the above copyright notice.
9
+	 *
10
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11
+	 * @link          http://cakephp.org CakePHP(tm) Project
12
+	 * @since         DebugKit 0.1
13
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
14
+	 */
15 15
 
16 16
 App::uses('CakeLog', 'Log');
17 17
 App::uses('CakeLogInterface', 'Log');
@@ -386,9 +386,9 @@  discard block
 block discarded – undo
386 386
 			return;
387 387
 		}
388 388
 		$cache = array(
389
-		    'duration' => $this->cacheDuration,
390
-		    'engine' => 'File',
391
-		    'path' => CACHE
389
+			'duration' => $this->cacheDuration,
390
+			'engine' => 'File',
391
+			'path' => CACHE
392 392
 		);
393 393
 		if (isset($this->settings['cache'])) {
394 394
 			$cache = array_merge($cache, $this->settings['cache']);
Please login to merge, or discard this patch.
Plugin/DebugKit/Lib/DebugTimer.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
- *
6
- * Licensed under The MIT License
7
- * Redistributions of files must retain the above copyright notice.
8
- *
9
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
- * @link          http://cakephp.org CakePHP(tm) Project
11
- * @since         DebugKit 0.1
12
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
13
- */
3
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
+	 *
6
+	 * Licensed under The MIT License
7
+	 * Redistributions of files must retain the above copyright notice.
8
+	 *
9
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
+	 * @link          http://cakephp.org CakePHP(tm) Project
11
+	 * @since         DebugKit 0.1
12
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
13
+	 */
14 14
 
15 15
 App::uses('Debugger', 'Utility');
16 16
 
Please login to merge, or discard this patch.
Plugin/DebugKit/Lib/Log/Engine/DebugKitLog.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
- *
6
- * Licensed under The MIT License
7
- * Redistributions of files must retain the above copyright notice.
8
- *
9
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
- * @link          http://cakephp.org CakePHP(tm) Project
11
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
- */
3
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
+	 *
6
+	 * Licensed under The MIT License
7
+	 * Redistributions of files must retain the above copyright notice.
8
+	 *
9
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
+	 * @link          http://cakephp.org CakePHP(tm) Project
11
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
+	 */
13 13
 
14 14
 /**
15 15
  * A CakeLog listener which saves having to munge files or other configured loggers.
Please login to merge, or discard this patch.
Plugin/DebugKit/Lib/Panel/EnvironmentPanel.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
- *
6
- * Licensed under The MIT License
7
- * Redistributions of files must retain the above copyright notice.
8
- *
9
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
- * @link          http://cakephp.org CakePHP(tm) Project
11
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
- *
13
- */
3
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
+	 *
6
+	 * Licensed under The MIT License
7
+	 * Redistributions of files must retain the above copyright notice.
8
+	 *
9
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
+	 * @link          http://cakephp.org CakePHP(tm) Project
11
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
+	 *
13
+	 */
14 14
 
15 15
 App::uses('DebugPanel', 'DebugKit.Lib');
16 16
 
Please login to merge, or discard this patch.
Plugin/DebugKit/Lib/Panel/HistoryPanel.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
- *
6
- * Licensed under The MIT License
7
- * Redistributions of files must retain the above copyright notice.
8
- *
9
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
- * @link          http://cakephp.org CakePHP(tm) Project
11
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
- */
3
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
+	 *
6
+	 * Licensed under The MIT License
7
+	 * Redistributions of files must retain the above copyright notice.
8
+	 *
9
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
+	 * @link          http://cakephp.org CakePHP(tm) Project
11
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
+	 */
13 13
 
14 14
 App::uses('DebugPanel', 'DebugKit.Lib');
15 15
 
Please login to merge, or discard this patch.
Plugin/DebugKit/Lib/Panel/IncludePanel.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
- *
6
- * Licensed under The MIT License
7
- * Redistributions of files must retain the above copyright notice.
8
- *
9
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
- * @link          http://cakephp.org CakePHP(tm) Project
11
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
- */
3
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
+	 *
6
+	 * Licensed under The MIT License
7
+	 * Redistributions of files must retain the above copyright notice.
8
+	 *
9
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
+	 * @link          http://cakephp.org CakePHP(tm) Project
11
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
+	 */
13 13
 
14 14
 App::uses('DebugPanel', 'DebugKit.Lib');
15 15
 
Please login to merge, or discard this patch.
Plugin/DebugKit/Lib/Panel/LogPanel.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
- *
6
- * Licensed under The MIT License
7
- * Redistributions of files must retain the above copyright notice.
8
- *
9
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
- * @link          http://cakephp.org CakePHP(tm) Project
11
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
- */
3
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
+	 *
6
+	 * Licensed under The MIT License
7
+	 * Redistributions of files must retain the above copyright notice.
8
+	 *
9
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
+	 * @link          http://cakephp.org CakePHP(tm) Project
11
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
+	 */
13 13
 
14 14
 App::uses('DebugPanel', 'DebugKit.Lib');
15 15
 
Please login to merge, or discard this patch.
Plugin/DebugKit/Lib/Panel/RequestPanel.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
- *
6
- * Licensed under The MIT License
7
- * Redistributions of files must retain the above copyright notice.
8
- *
9
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
- * @link          http://cakephp.org CakePHP(tm) Project
11
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
- */
3
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
+	 *
6
+	 * Licensed under The MIT License
7
+	 * Redistributions of files must retain the above copyright notice.
8
+	 *
9
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
+	 * @link          http://cakephp.org CakePHP(tm) Project
11
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
+	 */
13 13
 
14 14
 App::uses('DebugPanel', 'DebugKit.Lib');
15 15
 
Please login to merge, or discard this patch.
Plugin/DebugKit/Lib/Panel/SessionPanel.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
- *
6
- * Licensed under The MIT License
7
- * Redistributions of files must retain the above copyright notice.
8
- *
9
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
- * @link          http://cakephp.org CakePHP(tm) Project
11
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
- */
3
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
5
+	 *
6
+	 * Licensed under The MIT License
7
+	 * Redistributions of files must retain the above copyright notice.
8
+	 *
9
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10
+	 * @link          http://cakephp.org CakePHP(tm) Project
11
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
12
+	 */
13 13
 
14 14
 App::uses('DebugPanel', 'DebugKit.Lib');
15 15
 
Please login to merge, or discard this patch.