Completed
Pull Request — 1.x (#29)
by Akihito
31:39
created
src/Pagerfanta/ExtendedPdoAdapter.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -78,6 +78,8 @@
 block discarded – undo
78 78
 
79 79
     /**
80 80
      * {@inheritdoc}
81
+     * @param integer $offset
82
+     * @param integer $length
81 83
      */
82 84
     public function getLimitClause($offset, $length)
83 85
     {
Please login to merge, or discard this patch.
src/AuraSqlReplicationDbProvider.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
     private $connectionLocator;
25 25
 
26 26
     /**
27
-     * @param ConnectionLocatorInterface $connectionLocator
28 27
      */
29 28
     public function __construct(InjectorInterface $injector)
30 29
     {
Please login to merge, or discard this patch.