Completed
Push — d64 ( 3d7ad1...17b7b4 )
by Welling
02:15
created
src/ClientLocal.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     /**
41 41
      * ClientLocal constructor.
42 42
      *
43
-     * @param $connection
43
+     * @param Connection $connection
44 44
      */
45 45
     public function __construct($connection)
46 46
     {
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
     /**
269 269
      * Get a table gateway for the given table name
270 270
      *
271
-     * @param $tableName
271
+     * @param string $tableName
272 272
      *
273 273
      * @return RelationalTableGatewayWithConditions
274 274
      */
Please login to merge, or discard this patch.