Passed
Pull Request — develop (#29)
by David
05:00
created
src/Sql/Command/WhereTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     /**
73 73
      * adds a where statement to a given statement
74 74
      * @param null|WhereStatementInterface $where where statement to be used added
75
-     * @return CommandInterface bubbling
75
+     * @return WhereTrait bubbling
76 76
      * @since v1.0.0
77 77
      */
78 78
     public function setWhere(WhereStatementInterface $where = null)
Please login to merge, or discard this patch.