File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 22declare (strict_types=1 );
33
44/**
5- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
6- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
5+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
6+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
77 *
88 * Licensed under The MIT License
99 * For full copyright and license information, please see the LICENSE.txt
1010 * Redistributions of files must retain the above copyright notice.
1111 *
12- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
13- * @link http ://cakephp.org CakePHP(tm) Project
12+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
13+ * @link https ://cakephp.org CakePHP(tm) Project
1414 * @since 0.1.0
15- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
15+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1616 */
1717namespace Cake \Queue \Test \TestCase ;
1818
Original file line number Diff line number Diff line change 22declare (strict_types=1 );
33
44/**
5- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
6- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
5+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
6+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
77 *
88 * Licensed under The MIT License
99 * For full copyright and license information, please see the LICENSE.txt
1010 * Redistributions of files must retain the above copyright notice.
1111 *
12- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
13- * @link http ://cakephp.org CakePHP(tm) Project
12+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
13+ * @link https ://cakephp.org CakePHP(tm) Project
1414 * @since 0.1.0
15- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
15+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1616 */
1717namespace Cake \Queue \Test \TestCase \Task ;
1818
Original file line number Diff line number Diff line change 22declare (strict_types=1 );
33
44/**
5- * CakePHP(tm) : Rapid Development Framework (http ://cakephp.org)
6- * Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
5+ * CakePHP(tm) : Rapid Development Framework (https ://cakephp.org)
6+ * Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
77 *
88 * Licensed under The MIT License
99 * For full copyright and license information, please see the LICENSE.txt
1010 * Redistributions of files must retain the above copyright notice.
1111 *
12- * @copyright Copyright (c) Cake Software Foundation, Inc. (http ://cakefoundation.org)
13- * @link http ://cakephp.org CakePHP(tm) Project
12+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https ://cakefoundation.org)
13+ * @link https ://cakephp.org CakePHP(tm) Project
1414 * @since 0.1.0
15- * @license http ://www.opensource.org/licenses/mit-license.php MIT License
15+ * @license https ://www.opensource.org/licenses/mit-license.php MIT License
1616 */
1717
1818use Cake \Cache \Cache ;
You can’t perform that action at this time.
0 commit comments