Skip to content

Commit bc99f64

Browse files
Changes to reflect StyleCI
1 parent 0afe1cb commit bc99f64

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/Eloquent/BaseBuilder.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@
22

33
namespace Grimzy\LaravelMysqlSpatial\Eloquent;
44

5-
use \Illuminate\Database\Query\Builder;
5+
use Illuminate\Database\Query\Builder;
66

77
class BaseBuilder extends Builder
88
{
9-
/**
10-
* Remove all of the expressions from a list of bindings.
11-
*
12-
* @param array $bindings
13-
* @return array
14-
*/
159
protected function cleanBindings(array $bindings)
1610
{
1711
$bindings = array_map(function ($binding) {

src/Eloquent/SpatialExpression.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ public function getSpatialValue()
1515
{
1616
return $this->value->toWkt();
1717
}
18-
}
18+
19+
}

0 commit comments

Comments
 (0)