Skip to content

Commit c65a2a3

Browse files
committed
Style CI
1 parent 2037643 commit c65a2a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Jenssegers/Mongodb/MongodbServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function boot()
1515

1616
Model::setEventDispatcher($this->app['events']);
1717

18-
if(!defined('SHOULD_RETURN_COLLECTION')) {
18+
if (!defined('SHOULD_RETURN_COLLECTION')) {
1919
$s = explode('.', \Illuminate\Foundation\Application::VERSION);
2020
define('SHOULD_RETURN_COLLECTION', (10 * $s[0] + $s[1]) >= 53);
2121
}

src/Jenssegers/Mongodb/Query/Builder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1036,4 +1036,4 @@ public function __call($method, $parameters)
10361036

10371037
return parent::__call($method, $parameters);
10381038
}
1039-
}
1039+
}

0 commit comments

Comments
 (0)