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.
phpdocumentor/reflection-docblock
2 parents 5a0241f + 746025a commit 79b584fCopy full SHA for 79b584f
src/LiveComponent/doc/index.rst
@@ -474,6 +474,13 @@ can read::
474
/** @var Product[] */
475
public $products = [];
476
477
+Collection type extraction from the docblock requires the ``phpdocumentor/reflection-docblock``
478
+library. Make sure it is installed in you application:
479
+
480
+.. code-block:: terminal
481
482
+ $ composer require phpdocumentor/reflection-docblock
483
484
Writable Object Properties or Array Keys
485
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
486
0 commit comments