Skip to content

Commit

Permalink
Format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Dec 6, 2019
1 parent 1eea2ab commit 25013fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Engines/AlgoliaEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ public function __construct(Algolia $algolia, $softDelete = false)
* Update the given model in the index.
*
* @param \Illuminate\Database\Eloquent\Collection $models
* @throws \Algolia\AlgoliaSearch\Exceptions\AlgoliaException
* @return void
*
* @throws \Algolia\AlgoliaSearch\Exceptions\AlgoliaException
*/
public function update($models)
{
Expand Down Expand Up @@ -233,7 +234,7 @@ protected function usesSoftDelete($model)
* Dynamically call the Algolia client instance.
*
* @param string $method
* @param array $parameters
* @param array $parameters
* @return mixed
*/
public function __call($method, $parameters)
Expand Down

0 comments on commit 25013fc

Please sign in to comment.