Completed
Push — master ( c9a850...5b89fe )
by Mikael
02:53
created
src/DI/CDIArray.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@  discard block
 block discarded – undo
30 30
     /**
31 31
      * Construct.
32 32
      *
33
-     * @param array $options to configure options.
34 33
      */
35 34
     public function offsetSet($offset, $value)
36 35
     {
@@ -46,7 +45,6 @@  discard block
 block discarded – undo
46 45
     /**
47 46
      * Construct.
48 47
      *
49
-     * @param array $options to configure options.
50 48
      */
51 49
     public function offsetExists($offset)
52 50
     {
@@ -58,7 +56,6 @@  discard block
 block discarded – undo
58 56
     /**
59 57
      * Construct.
60 58
      *
61
-     * @param array $options to configure options.
62 59
      */
63 60
     public function offsetUnset($offset)
64 61
     {
@@ -70,7 +67,6 @@  discard block
 block discarded – undo
70 67
     /**
71 68
      * Construct.
72 69
      *
73
-     * @param array $options to configure options.
74 70
      */
75 71
     public function offsetGet($offset)
76 72
     {
Please login to merge, or discard this patch.
src/Loader/CPsr4Autoloader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
      * Loads the class file for a given class name.
117 117
      *
118 118
      * @param string $class The fully-qualified class name.
119
-     * @return mixed The mapped file name on success, or boolean false on
119
+     * @return string|false The mapped file name on success, or boolean false on
120 120
      * failure.
121 121
      */
122 122
     public function loadClass($class)
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
      * @param string $prefix         The namespace prefix.
165 165
      * @param string $relative_class The relative class name.
166 166
      *
167
-     * @return mixed Boolean false if no mapped file can be loaded, or the
167
+     * @return false|string Boolean false if no mapped file can be loaded, or the
168 168
      * name of the mapped file that was loaded.
169 169
      */
170 170
     protected function loadMappedFile($prefix, $relative_class)
Please login to merge, or discard this patch.
src/Log/CLogger.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
     /**
86 86
      * Logs with an arbitrary level.
87 87
      *
88
-     * @param mixed $level
88
+     * @param string $level
89 89
      * @param string $message
90 90
      * @param array $context
91 91
      * @return null
Please login to merge, or discard this patch.
src/MVC/CDispatcherBasic.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     /**
67 67
      * Check if a controller exists with this name.
68 68
      *
69
-     * @return void
69
+     * @return boolean
70 70
      */
71 71
     public function isValidController()
72 72
     {
Please login to merge, or discard this patch.
src/Route/CRouterBasic.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      * Add an internal (not exposed to url-matching) route to the router.
75 75
      *
76 76
      * @param string $rule   for this route
77
-     * @param mixed  $action null, string or callable to implement a controller for the route
77
+     * @param \Closure  $action null, string or callable to implement a controller for the route
78 78
      *
79 79
      * @return class as new route
80 80
      */
@@ -92,7 +92,6 @@  discard block
 block discarded – undo
92 92
      * Add an internal (not exposed to url-matching) route to the router.
93 93
      *
94 94
      * @param string $rule   for this route
95
-     * @param mixed  $action null, string or callable to implement a controller for the route
96 95
      *
97 96
      * @return class as new route
98 97
      */
Please login to merge, or discard this patch.
src/View/CViewContainer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
      *
134 134
      * @param string $region which region to check
135 135
      *
136
-     * @return $this
136
+     * @return boolean
137 137
      */
138 138
     public function hasContent($region)
139 139
     {
Please login to merge, or discard this patch.
src/View/THelpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
      *
102 102
      * @param string $region to render in
103 103
      *
104
-     * @return boolean true or false
104
+     * @return boolean|null true or false
105 105
      */
106 106
     public function renderRegion($region)
107 107
     {
Please login to merge, or discard this patch.
src/TConfigure.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      * Read configuration from file or array, if a file, first check in
23 23
      * ANAX_INSTALL PATH/config and then in ANAX_APP_PATH/config.
24 24
      *
25
-     * @param array/string $what is an array with key/value config options
25
+     * @param string $what is an array with key/value config options
26 26
      *                           or a file to be included which returns such
27 27
      *                           an array.
28 28
      *
Please login to merge, or discard this patch.
src/Content/CFileBasedContent.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -406,7 +406,6 @@
 block discarded – undo
406 406
     /**
407 407
      * Find next and previous links of current content.
408 408
      *
409
-     * @param array|string $author with details on the category(s).
410 409
      *
411 410
      * @return array with more details on the category(s).
412 411
      */
Please login to merge, or discard this patch.