]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/Database.php
Add missing Friendica\DI namespace to files (PHPStorm inspection)
[friendica.git] / src / Database / Database.php
index ca525cd370850be87d01bfb1834595b08a897d16..3afbfbc8f209ccf58f9828c82b7b4fbfe5786f48 100644 (file)
@@ -428,6 +428,7 @@ class Database
 
        /**
         * Executes a prepared statement that returns data
+        *
         * @usage Example: $r = p("SELECT * FROM `item` WHERE `guid` = ?", $guid);
         *
         * Please only use it with complicated queries.