Skip to content

Commit

Permalink
Update orders.rst
Browse files Browse the repository at this point in the history
Fixed `@var` annotation in code example
  • Loading branch information
groupecomplus authored and andreacomplus committed May 13, 2022
1 parent 9444c96 commit 8ba8adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/orders/orders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To programmatically create an Order you will of course need a factory.

.. code-block:: php
/** @var FactoryInterface $order */
/** @var FactoryInterface $orderFactory */
$orderFactory = $this->container->get('sylius.factory.order');
/** @var OrderInterface $order */
Expand Down

0 comments on commit 8ba8adf

Please sign in to comment.