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.
2 parents 882471f + d45a60f commit c042934Copy full SHA for c042934
contributing/documentation/standards.rst
@@ -92,6 +92,8 @@ Files and Directories
92
* When you list a Symfony file/directory hierarchy, use ``your-project/`` as the
93
top level directory. E.g.
94
95
+ .. code-block:: text
96
+
97
your-project/
98
├─ app/
99
├─ src/
cookbook/console/commands_as_services.rst
@@ -90,9 +90,9 @@ have some ``NameRepository`` service that you'll use to get your default value::
90
91
public function __construct(NameRepository $nameRepository)
{
- parent::__construct();
-
$this->nameRepository = $nameRepository;
+ parent::__construct();
}
protected function configure()
0 commit comments