]> source.dussan.org Git - nextcloud-server.git/commitdiff
update inherit docs comment
authorBart Visscher <bartv@thisnet.nl>
Wed, 18 Sep 2013 14:38:59 +0000 (16:38 +0200)
committerBart Visscher <bartv@thisnet.nl>
Thu, 19 Sep 2013 16:59:06 +0000 (18:59 +0200)
lib/db/oracleconnection.php

index 3da3d91dbfaf023784ddc7ae505804ee5ce3e533..e2fc4644f479e62e5e4a7961b8244e039aea75b8 100644 (file)
@@ -21,7 +21,7 @@ class OracleConnection extends Connection {
        }
 
        /*
-        * (inherit docs)
+        * {@inheritDoc}
         */
        public function insert($tableName, array $data, array $types = array()) {
                $tableName = $this->quoteIdentifier($tableName);
@@ -30,7 +30,7 @@ class OracleConnection extends Connection {
        }
 
        /*
-        * (inherit docs)
+        * {@inheritDoc}
         */
        public function update($tableName, array $data, array $identifier, array $types = array()) {
                $tableName = $this->quoteIdentifier($tableName);
@@ -40,7 +40,7 @@ class OracleConnection extends Connection {
        }
 
        /*
-        * (inherit docs)
+        * {@inheritDoc}
         */
        public function delete($tableName, array $identifier) {
                $tableName = $this->quoteIdentifier($tableName);