Completed
Push — master ( 323bb6...6a0519 )
by Sullivan
06:56 queued 04:34
created
Controller/Api/PostController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
      *
160 160
      * @param Request $request A Symfony request
161 161
      *
162
-     * @return Post
162
+     * @return FormInterface
163 163
      *
164 164
      * @throws NotFoundHttpException
165 165
      */
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
      * @param int     $id      A Post identifier
190 190
      * @param Request $request A Symfony request
191 191
      *
192
-     * @return Post
192
+     * @return FormInterface
193 193
      *
194 194
      * @throws NotFoundHttpException
195 195
      */
Please login to merge, or discard this patch.
Document/PostManager.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 string $date
82
+     * @param string $step
81 83
      */
82 84
     public function getPublicationDateQueryParts($date, $step, $alias = 'p')
83 85
     {
Please login to merge, or discard this patch.
Twig/Extension/NewsExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     /**
55 55
      * Returns a list of functions to add to the existing list.
56 56
      *
57
-     * @return array An array of functions
57
+     * @return \Twig_SimpleFunction[] An array of functions
58 58
      */
59 59
     public function getFunctions()
60 60
     {
Please login to merge, or discard this patch.