Skip to content

Commit

Permalink
Merge pull request #325 from kawausokun/master
Browse files Browse the repository at this point in the history
Fix IDE warnings based on PHPDoc comments
  • Loading branch information
treffynnon committed Jan 2, 2018
2 parents 869514b + b45171c commit ecaf485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions idiorm.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
* @method $this tableAlias($alias)
* @method int countNullIdColumns()
* @method $this selectExpr($expr, $alias=null)
* @method \ORM selectMany()
* @method \ORM selectManyExpr()
* @method \ORM selectMany($values)
* @method \ORM selectManyExpr($values)
* @method $this rawJoin($table, $constraint, $table_alias, $parameters = array())
* @method $this innerJoin($table, $constraint, $table_alias=null)
* @method $this leftOuterJoin($table, $constraint, $table_alias=null)
Expand Down Expand Up @@ -253,7 +253,7 @@ class ORM implements ArrayAccess {
* required to use Idiorm). If you have more than one setting
* you wish to configure, another shortcut is to pass an array
* of settings (and omit the second argument).
* @param string $key
* @param string|array $key
* @param mixed $value
* @param string $connection_name Which connection to use
*/
Expand Down

0 comments on commit ecaf485

Please sign in to comment.