Completed
Branch master (31d995)
by Nate
09:29
created
app/Http/ViewComposers/BannerComposer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
     /**
25 25
      * @param View $view
26
-     * @return $this
26
+     * @return View|null
27 27
      */
28 28
     public function compose(View $view)
29 29
     {
Please login to merge, or discard this patch.
app/Repositories/BannerRepository.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
     /**
18 18
      * Get ad-blocks for extended banners block.
19 19
      *
20
-     * @param $count
20
+     * @param integer $count
21 21
      * @return mixed
22 22
      */
23 23
     public function getBigAdBlocks($count = null)
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     /**
33 33
      * Get small adblocks for homepage.
34 34
      *
35
-     * @param null $count
35
+     * @param integer $count
36 36
      * @return mixed
37 37
      */
38 38
     public function getSmallAdBlocks($count = null)
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     /**
48 48
      * Get adblocks for right sidebar of homepage.
49 49
      *
50
-     * @param null $count
50
+     * @param integer $count
51 51
      * @return mixed
52 52
      */
53 53
     public function getRightSideBarAdBlocks($count = null)
Please login to merge, or discard this patch.