Skip to content

Commit

Permalink
Merge ccf7f59 into fb00611
Browse files Browse the repository at this point in the history
  • Loading branch information
scrutinizer-auto-fixer committed Sep 3, 2015
2 parents fb00611 + ccf7f59 commit 149ceac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Drivers/OrientDB/Driver.php
@@ -1,7 +1,6 @@
<?php
namespace Spider\Drivers\OrientDB;

use Michaels\Manager\Contracts\ManagesItemsInterface;
use PhpOrient\Exceptions\PhpOrientException as ServerException;
use PhpOrient\PhpOrient;
use PhpOrient\Protocols\Binary\Data\Record as OrientRecord;
Expand Down Expand Up @@ -198,7 +197,7 @@ public function runCommand($command)
* These are the "CUD" in CRUD
*
* @param CommandInterface|BaseBuilder $command
* @return mixed|Response Either Response or raw values for some commands
* @return Response Either Response or raw values for some commands
* @throws ClassDoesNotExistException
* @throws NotSupportedException
* @throws ServerException
Expand Down Expand Up @@ -329,7 +328,7 @@ public function formatAsScalar($response)
/* Internals */
/**
* Checks to see if a sql script is a batch
* @param $script
* @param string $script
* @return bool
*/
protected function isBatch($script)
Expand Down

0 comments on commit 149ceac

Please sign in to comment.