Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2689351
D25353.1734733081.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
640 B
Referenced Files
None
Subscribers
None
D25353.1734733081.diff
View Options
diff --git a/src/applications/diviner/atom/DivinerAtom.php b/src/applications/diviner/atom/DivinerAtom.php
--- a/src/applications/diviner/atom/DivinerAtom.php
+++ b/src/applications/diviner/atom/DivinerAtom.php
@@ -346,7 +346,7 @@
->setContext(idx($dictionary, 'context'))
->setLanguage(idx($dictionary, 'language'))
->setParentHash(idx($dictionary, 'parentHash'))
- ->setDocblockRaw(idx($dictionary, 'docblockRaw'))
+ ->setDocblockRaw(coalesce(idx($dictionary, 'docblockRaw'), ''))
->setProperties(idx($dictionary, 'properties'));
foreach (idx($dictionary, 'warnings', array()) as $warning) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 22:18 (14 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015790
Default Alt Text
D25353.1734733081.diff (640 B)
Attached To
Mode
D25353: Fix PHP 8.1 trim(null) exception in ./bin/diviner generate
Attached
Detach File
Event Timeline
Log In to Comment