Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3383917
D25952.1744395184.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25952.1744395184.diff
View Options
diff --git a/src/infrastructure/storage/lisk/LiskDAO.php b/src/infrastructure/storage/lisk/LiskDAO.php
--- a/src/infrastructure/storage/lisk/LiskDAO.php
+++ b/src/infrastructure/storage/lisk/LiskDAO.php
@@ -203,7 +203,7 @@
/**
* Build an empty object.
*
- * @return obj Empty object.
+ * @return object Empty object.
*/
public function __construct() {
$id_key = $this->getIDKey();
@@ -429,8 +429,8 @@
*
* $dog = id(new Dog())->load($dog_id);
*
- * @param int $id Numeric ID identifying the object to load.
- * @return obj|null Identified object, or null if it does not exist.
+ * @param int $id Numeric ID identifying the object to load.
+ * @return object|null Identified object, or null if it does not exist.
*
* @task load
*/
@@ -492,9 +492,9 @@
* query. See loadAllWhere(). This method is similar, but returns a single
* result instead of a list.
*
- * @param string $pattern queryfx()-style SQL WHERE clause.
- * @param ... Zero or more conversions.
- * @return obj|null Matching object, or null if no object matches.
+ * @param string $pattern queryfx()-style SQL WHERE clause.
+ * @param ... Zero or more conversions.
+ * @return object|null Matching object, or null if no object matches.
*
* @task load
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 11, 18:13 (4 d, 20 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1279729
Default Alt Text
D25952.1744395184.diff (1 KB)
Attached To
Mode
D25952: PHPDoc: Replace invalid "obj" with "object"
Attached
Detach File
Event Timeline
Log In to Comment