Completed
Push — master ( a954cd...52657a )
by Marcel
06:14 queued 03:56
created
src/Mpociot/ApiDoc/Parsers/RuleDescriptionParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @param null $rule
80
+     * @param string $rule
81 81
      *
82 82
      * @return static
83 83
      */
Please login to merge, or discard this patch.
src/Mpociot/ApiDoc/Generators/DingoGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      *
47 47
      * @param  bool $disable
48 48
      *
49
-     * @return  void
49
+     * @return  boolean
50 50
      */
51 51
     public function prepareMiddleware($disable = true)
52 52
     {
Please login to merge, or discard this patch.
src/Mpociot/ApiDoc/Generators/AbstractGenerator.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@  discard block
 block discarded – undo
40 40
     /**
41 41
      * Prepares / Disables route middlewares.
42 42
      *
43
-     * @param  bool $disable
44 43
      *
45 44
      * @return  void
46 45
      */
@@ -49,9 +48,9 @@  discard block
 block discarded – undo
49 48
     /**
50 49
      * Get the response from the docblock if available.
51 50
      *
52
-     * @param array $tags
51
+     * @param Tag[] $tags
53 52
      *
54
-     * @return mixed
53
+     * @return null|\Symfony\Component\HttpFoundation\Response
55 54
      */
56 55
     protected function getDocblockResponse($tags)
57 56
     {
@@ -98,7 +97,7 @@  discard block
 block discarded – undo
98 97
     }
99 98
 
100 99
     /**
101
-     * @param  $route
100
+     * @param  \Illuminate\Routing\Route $route
102 101
      * @param  $bindings
103 102
      * @param  $headers
104 103
      *
@@ -516,7 +515,7 @@  discard block
 block discarded – undo
516 515
      * @param  string  $rule
517 516
      * @param  string  $parameter
518 517
      *
519
-     * @return array
518
+     * @return string
520 519
      */
521 520
     protected function parseParameters($rule, $parameter)
522 521
     {
Please login to merge, or discard this patch.
src/Mpociot/ApiDoc/Generators/LaravelGenerator.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * @param Route $route
33 33
      *
34
-     * @return mixed
34
+     * @return string
35 35
      */
36 36
     public function getMethods($route)
37 37
     {
@@ -101,7 +101,6 @@  discard block
 block discarded – undo
101 101
     /**
102 102
      * Prepares / Disables route middlewares.
103 103
      *
104
-     * @param  bool $disable
105 104
      *
106 105
      * @return  void
107 106
      */
@@ -146,7 +145,7 @@  discard block
 block discarded – undo
146 145
     /**
147 146
      * Get a response from the transformer tags.
148 147
      *
149
-     * @param array $tags
148
+     * @param Tag[] $tags
150 149
      *
151 150
      * @return mixed
152 151
      */
Please login to merge, or discard this patch.