Skip to content

Commit 8178cad

Browse files
committed
Optimize imports & remove unecessary @Version comment
1 parent 812fe33 commit 8178cad

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

src/Abstracts/DataModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* @copyright Darko G <[email protected]>
1717
* @license MIT
1818
* @package wp-query-builder
19-
* @version 1.0.12
2019
*/
2120
abstract class DataModel implements Arrayable, Stringable, JSONable {
2221

src/Collection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* @copyright Darko G <[email protected]>
1515
* @license MIT
1616
* @package IgniteKit\WP\QueryBuilder
17-
* @version 1.0.2
1817
*/
1918
class Collection extends ArrayObject implements Arrayable, JSONable, Stringable
2019
{

src/Contracts/Arrayable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* @copyright 10 Quality <[email protected]>
99
* @copyright Darko G <[email protected]>
1010
* @license MIT
11-
* @version 1.0.0
1211
*/
1312
interface Arrayable
1413
{

src/Contracts/JSONable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @copyright Darko G <[email protected]>
1010
* @license MIT
1111
* @package IgniteKit\WP\QueryBuilder\Contracts
12-
* @version 1.0.2
1312
*/
1413
interface JSONable
1514
{

src/Contracts/Stringable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @copyright Darko G <[email protected]>
1010
* @license MIT
1111
* @package IgniteKit\WP\QueryBuilder\Contracts
12-
* @version 1.0.0
1312
*/
1413
interface Stringable
1514
{

src/QueryBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace IgniteKit\WP\QueryBuilder;
44

55
use Exception;
6-
use function GuzzleHttp\default_user_agent;
76

87
/**
98
* Database query builder.
@@ -12,7 +11,6 @@
1211
* @copyright Darko G <[email protected]>
1312
* @license MIT
1413
* @package wp-query-builder
15-
* @version 1.0.13
1614
*/
1715
class QueryBuilder {
1816

0 commit comments

Comments
 (0)