Completed
Push — master ( 065b63...856c58 )
by Mehmet
03:57
created
src/SQLQueryBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -64,6 +64,9 @@
 block discarded – undo
64 64
         $this->setJoinsForType('outerJoin');
65 65
     }
66 66
 
67
+    /**
68
+     * @param string $joinType
69
+     */
67 70
     private function setJoinsForType($joinType)
68 71
     {
69 72
         if (is_null($this->{$joinType})) {
Please login to merge, or discard this patch.