Completed
Push — master ( 88e4a9...ebf196 )
by Chris
02:52
created
src/Darya/Database/Storage.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -215,7 +215,6 @@  discard block
 block discarded – undo
215 215
 	/**
216 216
 	 * Execute the given storage query.
217 217
 	 * 
218
-	 * @param \Darya\Storage\Query $query
219 218
 	 * @return \Darya\Database\Storage\Result
220 219
 	 */
221 220
 	public function execute(StorageQuery $storageQuery) {
@@ -280,7 +279,7 @@  discard block
 block discarded – undo
280 279
 	 * 
281 280
 	 * Returns false if there was no error.
282 281
 	 * 
283
-	 * @return string|bool
282
+	 * @return string|false
284 283
 	 */
285 284
 	public function error() {
286 285
 		if ($error = $this->connection->error()) {
Please login to merge, or discard this patch.