Completed
Push — master ( 495e06...161604 )
by Welling
02:05
created
src/ClientLocal.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@  discard block
 block discarded – undo
19 19
      */
20 20
     protected $connection = null;
21 21
 
22
+    /**
23
+     * @param Connection $connection
24
+     */
22 25
     public function __construct($connection)
23 26
     {
24 27
         $this->connection = $connection;
@@ -27,7 +30,7 @@  discard block
 block discarded – undo
27 30
     /**
28 31
      * Get a table gateway for the given table name
29 32
      *
30
-     * @param $tableName
33
+     * @param string $tableName
31 34
      *
32 35
      * @return RelationalTableGatewayWithConditions
33 36
      */
Please login to merge, or discard this patch.