Passed
Push — develop ( 2c2c47...9dee3f )
by nguereza
07:39 queued 05:31
created
src/Query/Query.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -57,8 +57,7 @@  discard block
 block discarded – undo
57 57
  * @class Query
58 58
  * @package Platine\Orm\Query
59 59
  */
60
-class Query extends BaseStatement
61
-{
60
+class Query extends BaseStatement {
62 61
     /**
63 62
      *
64 63
      * @var HavingStatement
@@ -94,8 +93,7 @@  discard block
 block discarded – undo
94 93
      * Create new instance
95 94
      * @param QueryStatement|null $queryStatement
96 95
      */
97
-    public function __construct(?QueryStatement $queryStatement = null)
98
-    {
96
+    public function __construct(?QueryStatement $queryStatement = null) {
99 97
         parent::__construct($queryStatement);
100 98
         $this->havingStatement = new HavingStatement($this->queryStatement);
101 99
     }
Please login to merge, or discard this patch.