File tree Expand file tree Collapse file tree 12 files changed +60
-60
lines changed
Expand file tree Collapse file tree 12 files changed +60
-60
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
4- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
3+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
4+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
55 *
66 * Licensed under The MIT License
77 * Redistributions of files must retain the above copyright notice.
88 *
9- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
10- * @link http ://cakephp.org CakePHP(tm) Project
9+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
10+ * @link https ://cakephp.org CakePHP(tm) Project
1111 * @since DebugKit 0.1
12- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
12+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1313 */
1414
1515/**
Original file line number Diff line number Diff line change 11<?php
22/**
3- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
4- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
3+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
4+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
55 *
66 * Licensed under The MIT License
77 * Redistributions of files must retain the above copyright notice.
88 *
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
9+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
10+ * @link https ://cakephp.org CakePHP(tm) Project
11+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1212 */
1313
1414/**
Original file line number Diff line number Diff line change 44 *
55 * Shows information about the current app environment
66 *
7- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
8- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
7+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
8+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
99 *
1010 * Licensed under The MIT License
1111 * Redistributions of files must retain the above copyright notice.
1212 *
13- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
14- * @link http ://cakephp.org CakePHP(tm) Project
15- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
13+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
14+ * @link https ://cakephp.org CakePHP(tm) Project
15+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1616 */
1717use Cake \Error \Debugger ;
1818
Original file line number Diff line number Diff line change 11<?php
22/**
3- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
4- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
3+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
4+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
55 *
66 * Licensed under The MIT License
77 * Redistributions of files must retain the above copyright notice.
88 *
9- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
10- * @link http ://cakephp.org CakePHP(tm) Project
9+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
10+ * @link https ://cakephp.org CakePHP(tm) Project
1111 * @since DebugKit 1.1
12- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
12+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1313 */
1414/**
1515 * @var \DebugKit\View\AjaxView $this
Original file line number Diff line number Diff line change 11<?php
22/**
3- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
4- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
3+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
4+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
55 *
66 * Licensed under The MIT License
77 * Redistributions of files must retain the above copyright notice.
88 *
9- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
10- * @link http ://cakephp.org CakePHP(tm) Project
9+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
10+ * @link https ://cakephp.org CakePHP(tm) Project
1111 * @since DebugKit 2.0
12- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
12+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1313 */
1414
1515/**
Original file line number Diff line number Diff line change 11<?php
22/**
3- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
4- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
3+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
4+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
55 *
66 * Licensed under The MIT License
77 * Redistributions of files must retain the above copyright notice.
88 *
9- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
10- * @link http ://cakephp.org CakePHP(tm) Project
9+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
10+ * @link https ://cakephp.org CakePHP(tm) Project
1111 * @since DebugKit 0.1
12- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
12+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1313 */
1414
1515/**
Original file line number Diff line number Diff line change 11<?php
22/**
3- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
4- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
3+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
4+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
55 *
66 * Licensed under The MIT License
77 * Redistributions of files must retain the above copyright notice.
88 *
9- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
10- * @link http ://cakephp.org CakePHP(tm) Project
9+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
10+ * @link https ://cakephp.org CakePHP(tm) Project
1111 * @since DebugKit 3.5.2
12- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
12+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1313 */
1414
1515/**
Original file line number Diff line number Diff line change 44 *
55 * PHP 5
66 *
7- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
8- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
7+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
8+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
99 *
1010 * Licensed under The MIT License
1111 * Redistributions of files must retain the above copyright notice.
1212 *
13- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
14- * @link http ://cakephp.org CakePHP(tm) Project
13+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
14+ * @link https ://cakephp.org CakePHP(tm) Project
1515 * @since DebugKit 0.1
16- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
16+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1717 */
1818
1919/**
Original file line number Diff line number Diff line change 11<?php
22/**
3- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
4- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
3+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
4+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
55 *
66 * Licensed under The MIT License
77 * Redistributions of files must retain the above copyright notice.
88 *
9- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
10- * @link http ://cakephp.org CakePHP(tm) Project
9+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
10+ * @link https ://cakephp.org CakePHP(tm) Project
1111 * @since DebugKit 1.1
12- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
12+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1313 */
1414
1515/**
Original file line number Diff line number Diff line change 44 *
55 * PHP 5
66 *
7- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
8- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
7+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
8+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
99 *
1010 * Licensed under The MIT License
1111 * Redistributions of files must retain the above copyright notice.
1212 *
13- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
14- * @link http ://cakephp.org CakePHP(tm) Project
13+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
14+ * @link https ://cakephp.org CakePHP(tm) Project
1515 * @since DebugKit 0.1
16- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
16+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1717 */
1818
1919/**
You can’t perform that action at this time.
0 commit comments