Completed
Push — master ( ebf196...d6faf2 )
by Chris
02:40
created
src/Darya/Database/Storage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
279 279
 	 * 
280 280
 	 * Returns false if there was no error.
281 281
 	 * 
282
-	 * @return string|bool
282
+	 * @return string|false
283 283
 	 */
284 284
 	public function error() {
285 285
 		if ($error = $this->connection->error()) {
Please login to merge, or discard this patch.