Skip to content

Commit

Permalink
csfixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 27, 2017
1 parent 1ef448c commit 96de4d1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/ActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use yii\base\NotSupportedException;
use yii\db\ActiveQueryInterface;
use yii\db\BaseActiveRecord;
use yii\helpers\ArrayHelper;
use yii\helpers\Inflector;
use yii\helpers\StringHelper;

Expand Down
2 changes: 1 addition & 1 deletion src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public static function instantiate($action, $from, array $options = [])

/**
* @param null $db
* @return Command
* @throws \Exception
* @return Command
*/
public function createCommand($db = null)
{
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getHeader($name);
/**
* Returns an associative array of the message's headers
* Key - Header name
* Value - array of header values. For example:
* Value - array of header values. For example:.
*
* ```php
* ['Location' => ['http://example.com'], 'Expires' => ['Thu, 01 Jan 1970 00:00:00 GMT']]
Expand Down
2 changes: 1 addition & 1 deletion src/curl/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected function checkTransportError($error, $errorCode)
/**
* Returns array of all headers.
* Key - Header name
* Value - array of header values. For example:
* Value - array of header values. For example:.
*
* ```php
* ['Location' => ['http://example.com'], 'Expires' => ['Thu, 01 Jan 1970 00:00:00 GMT']]
Expand Down

0 comments on commit 96de4d1

Please sign in to comment.