Passed
Push — master ( 1b2f9c...bb91bc )
by Christian
02:07
created
wp-autoloader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 	 *
139 139
 	 * @param string $class The fully-qualified class name.
140 140
 	 *
141
-	 * @return mixed The mapped file name on success, or boolean false on
141
+	 * @return string|false The mapped file name on success, or boolean false on
142 142
 	 * failure.
143 143
 	 */
144 144
 	public function loadClass( $class ) {
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
 	 * @param string $prefix The namespace prefix.
177 177
 	 * @param string $relative_class The relative class name.
178 178
 	 *
179
-	 * @return mixed Boolean false if no mapped file can be loaded, or the
179
+	 * @return false|string Boolean false if no mapped file can be loaded, or the
180 180
 	 * name of the mapped file that was loaded.
181 181
 	 */
182 182
 	protected function loadMappedFile( $prefix, $relative_class ) {
Please login to merge, or discard this patch.