mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-16 20:08:41 +00:00
Fix scrutinizer tips 2
This commit is contained in:
parent
91eb1f261f
commit
f247d7aa4d
|
|
@ -152,7 +152,7 @@ class Builder extends BuilderAbstract
|
|||
/**
|
||||
* Offset.
|
||||
*
|
||||
* @var array
|
||||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public $offset = null;
|
||||
|
|
@ -184,7 +184,7 @@ class Builder extends BuilderAbstract
|
|||
/**
|
||||
* Raw query.
|
||||
*
|
||||
* @var bool
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public $raw = '';
|
||||
|
|
|
|||
|
|
@ -187,7 +187,6 @@ class UriFactory
|
|||
$full = $parts[1];
|
||||
$pars = explode('&', $full);
|
||||
$comps = [];
|
||||
$spl = null;
|
||||
$length = count($pars);
|
||||
|
||||
for ($i = 0; $i < $length; $i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user