Completed
Push — dependabot/composer/symfony/ht... ( fc53ca )
by
unknown
12:36
created
app/DataAccess/Cache/Cache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,8 @@
 block discarded – undo
52 52
 
53 53
     /**
54 54
      * @param      $key
55
-     * @param      $value
56
-     * @param null $minutes
55
+     * @param      \stdClass $value
56
+     * @param integer $minutes
57 57
      * @return mixed
58 58
      */
59 59
     public function put($key, $value, $minutes = null)
Please login to merge, or discard this patch.
app/DataAccess/Fluent/Recipe.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      * @param int $limit
33 33
      * @param     $categoryId
34 34
      *
35
-     * @return \Illuminate\Pagination\Paginator
35
+     * @return \Illuminate\Contracts\Pagination\LengthAwarePaginator
36 36
      */
37 37
     public function getRecipesPage($limit = 25, $categoryId = null)
38 38
     {
Please login to merge, or discard this patch.
app/Presenter/Feed.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @return \Illuminate\Http\Response|mixed
67
+     * @return \Symfony\Component\HttpFoundation\Response
68 68
      */
69 69
     public function render()
70 70
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace App\Presenter;
3 3
 
4
-use Zend\Feed\Writer\Feed AS ZendFeed;
4
+use Zend\Feed\Writer\Feed as ZendFeed;
5 5
 
6 6
 /**
7 7
  * Class Feed
Please login to merge, or discard this patch.