We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9272ce1 commit 2ae53f1Copy full SHA for 2ae53f1
libraries/src/Application/WebApplication.php
@@ -256,7 +256,7 @@ protected function render()
256
/**
257
* Method to get the application document object.
258
*
259
- * @return Document The document object
+ * @return ?Document The document object
260
261
* @since 1.7.3
262
*/
@@ -268,7 +268,7 @@ public function getDocument()
268
269
* Method to get the application language object.
270
271
- * @return Language The language object
+ * @return ?Language The language object
272
273
274
0 commit comments