Completed
Push — master ( 6579a1...2c6b7a )
by smiley
02:37
created
src/Modules/BaseModuleInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 	 * @param string $name     the desired attributes name
85 85
 	 * @param mixed  $default  [optional] a default value in case the attribute isn't set, defaults to false
86 86
 	 *
87
-	 * @return mixed the attribute's value in case it exists, otherwise $default
87
+	 * @return string the attribute's value in case it exists, otherwise $default
88 88
 	 */
89 89
 	public function getAttribute(string $name, $default = false);
90 90
 
Please login to merge, or discard this patch.