Completed
Pull Request — 3.x (#537)
by Christian
01:34
created
src/Document/PostManager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -166,6 +166,10 @@
 block discarded – undo
166 166
         return $pager;
167 167
     }
168 168
 
169
+    /**
170
+     * @param string $date
171
+     * @param string $step
172
+     */
169 173
     public function getPublicationDateQueryParts($date, $step, $alias = 'p')
170 174
     {
171 175
         return [
Please login to merge, or discard this patch.