Skip to content

Commit 0f14b7d

Browse files
committed
Fixed typo
1 parent 700f8e0 commit 0f14b7d

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Classes/ClientException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link : https://floatphp.com
99
* @license : MIT
1010
*
11-
* This file if a part of FloatPHP Framework.
11+
* This file is a part of FloatPHP Framework.
1212
*/
1313

1414
declare(strict_types=1);

src/Classes/RouterException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link : https://floatphp.com
99
* @license : MIT
1010
*
11-
* This file if a part of FloatPHP Framework.
11+
* This file is a part of FloatPHP Framework.
1212
*/
1313

1414
declare(strict_types=1);

src/Helpers/CacheException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link : https://floatphp.com
99
* @license : MIT
1010
*
11-
* This file if a part of FloatPHP Framework.
11+
* This file is a part of FloatPHP Framework.
1212
*/
1313

1414
declare(strict_types=1);

src/Helpers/ConfigurableException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link : https://floatphp.com
99
* @license : MIT
1010
*
11-
* This file if a part of FloatPHP Framework.
11+
* This file is a part of FloatPHP Framework.
1212
*/
1313

1414
declare(strict_types=1);

src/Helpers/CrawlerException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link : https://floatphp.com
99
* @license : MIT
1010
*
11-
* This file if a part of FloatPHP Framework.
11+
* This file is a part of FloatPHP Framework.
1212
*/
1313

1414
declare(strict_types=1);

src/Kernel/ConfigException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link : https://floatphp.com
99
* @license : MIT
1010
*
11-
* This file if a part of FloatPHP Framework.
11+
* This file is a part of FloatPHP Framework.
1212
*/
1313

1414
declare(strict_types=1);

src/Kernel/OrmException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link : https://floatphp.com
99
* @license : MIT
1010
*
11-
* This file if a part of FloatPHP Framework.
11+
* This file is a part of FloatPHP Framework.
1212
*/
1313

1414
declare(strict_types=1);

0 commit comments

Comments
 (0)