Browse Source

Fix method annotation.

mark_story 7 years ago
parent
commit
70faadda5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Datasource/ConnectionInterface.php

+ 1 - 1
src/Datasource/ConnectionInterface.php

@@ -26,7 +26,7 @@ namespace Cake\Datasource;
  * @method \Cake\Database\StatementInterface prepare($sql)
  * @method \Cake\Database\StatementInterface execute($query, $params = [], array $types = [])
  * @method $this enableQueryLogging($value)
- * @method bool isQueryLoggingEnabled(value)
+ * @method bool isQueryLoggingEnabled()
  * @method string quote($value, $type = null)
  */
 interface ConnectionInterface