Skip to content

Commit 47d43ab

Browse files
committed
Update 1.0.2
1 parent f3d2369 commit 47d43ab

11 files changed

+27
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floatphp/interfaces",
3-
"version" : "1.0.1",
3+
"version" : "1.0.2",
44
"type": "library",
55
"description": "FloatPHP Interfaces Components",
66
"keywords": ["php","micro-framework","framework","PSR","ORM","jakiboy"],

src/Classes/LoggerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Classes Component
6-
* @version : 1.0.1
6+
* @version : 1.0.2
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <[email protected]>
99
* @link : https://www.floatphp.com

src/Classes/RouterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Classes Component
6-
* @version : 1.0.1
6+
* @version : 1.0.2
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <[email protected]>
99
* @link : https://www.floatphp.com

src/Helpers/CacheInterface.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
/**
3+
* @author : JIHAD SINNAOUR
4+
* @package : FloatPHP
5+
* @subpackage : Interfaces Kernel Component
6+
* @version : 1.0.2
7+
* @category : PHP framework
8+
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <[email protected]>
9+
* @link : https://www.floatphp.com
10+
* @license : MIT
11+
*
12+
* This file if a part of FloatPHP Framework.
13+
*/
14+
15+
namespace FloatPHP\Interfaces\Helpers;
16+
17+
interface CacheInterface {}

src/Kernel/ApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.1
6+
* @version : 1.0.2
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <[email protected]>
99
* @link : https://www.floatphp.com

src/Kernel/AuthMiddlewareInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.1
6+
* @version : 1.0.2
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <[email protected]>
99
* @link : https://www.floatphp.com

src/Kernel/AuthenticationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.1
6+
* @version : 1.0.2
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <[email protected]>
99
* @link : https://www.floatphp.com

src/Kernel/BackendInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.1
6+
* @version : 1.0.2
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <[email protected]>
99
* @link : https://www.floatphp.com

src/Kernel/FrontInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.1
6+
* @version : 1.0.2
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <[email protected]>
99
* @link : https://www.floatphp.com

src/Kernel/OrmInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Interfaces Kernel Component
6-
* @version : 1.0.1
6+
* @version : 1.0.2
77
* @category : PHP framework
88
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <[email protected]>
99
* @link : https://www.floatphp.com
@@ -130,7 +130,6 @@ function resetId($table = '');
130130
/**
131131
* @param void
132132
* @return bool
133-
* @throws PDOException
134133
*/
135134
function createDatabase();
136135
}

0 commit comments

Comments
 (0)