Skip to content

Commit 97e23b4

Browse files
committed
Update
1 parent ffc5a0d commit 97e23b4

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

src/Classes/LoggerInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com
10-
* @license : MIT License
10+
* @license : MIT
1111
*
12-
* This file if a part of FloatPHP Framework
12+
* This file if a part of FloatPHP Framework.
1313
*/
1414

1515
namespace FloatPHP\Interfaces\Classes;

src/Classes/RouterInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com
10-
* @license : MIT License
10+
* @license : MIT
1111
*
12-
* This file if a part of FloatPHP Framework
12+
* This file if a part of FloatPHP Framework.
1313
*/
1414

1515
namespace FloatPHP\Interfaces\Classes;

src/Kernel/ApiInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com
10-
* @license : MIT License
10+
* @license : MIT
1111
*
12-
* This file if a part of FloatPHP Framework
12+
* This file if a part of FloatPHP Framework.
1313
*/
1414

1515
namespace FloatPHP\Interfaces\Kernel;

src/Kernel/AuthMiddlewareInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com
10-
* @license : MIT License
10+
* @license : MIT
1111
*
12-
* This file if a part of FloatPHP Framework
12+
* This file if a part of FloatPHP Framework.
1313
*/
1414

1515
namespace FloatPHP\Interfaces\Kernel;

src/Kernel/AuthenticationInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com
10-
* @license : MIT License
10+
* @license : MIT
1111
*
12-
* This file if a part of FloatPHP Framework
12+
* This file if a part of FloatPHP Framework.
1313
*/
1414

1515
namespace FloatPHP\Interfaces\Kernel;

src/Kernel/BackendInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com
10-
* @license : MIT License
10+
* @license : MIT
1111
*
12-
* This file if a part of FloatPHP Framework
12+
* This file if a part of FloatPHP Framework.
1313
*/
1414

1515
namespace FloatPHP\Interfaces\Kernel;

src/Kernel/FrontInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com
10-
* @license : MIT License
10+
* @license : MIT
1111
*
12-
* This file if a part of FloatPHP Framework
12+
* This file if a part of FloatPHP Framework.
1313
*/
1414

1515
namespace FloatPHP\Interfaces\Kernel;

src/Kernel/OrmInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com
10-
* @license : MIT License
10+
* @license : MIT
1111
*
12-
* This file if a part of FloatPHP Framework
12+
* This file if a part of FloatPHP Framework.
1313
*/
1414

1515
namespace FloatPHP\Interfaces\Kernel;

src/Kernel/OrmQueryInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com
10-
* @license : MIT License
10+
* @license : MIT
1111
*
12-
* This file if a part of FloatPHP Framework
12+
* This file if a part of FloatPHP Framework.
1313
*/
1414

1515
namespace FloatPHP\Interfaces\Kernel;

0 commit comments

Comments
 (0)