Skip to content

Commit accdedf

Browse files
committed
Style CI
1 parent a53b614 commit accdedf

File tree

2 files changed

+101
-91
lines changed

2 files changed

+101
-91
lines changed

src/Jenssegers/Mongodb/MongodbServiceProvider.php

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

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

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

2222
/**

0 commit comments

Comments
 (0)