Skip to content

Commit

Permalink
Merge branch '2.4' into 2.5
Browse files Browse the repository at this point in the history
Conflicts:
	book/translation.rst
  • Loading branch information
weaverryan committed Jun 11, 2014
2 parents 882471f + d45a60f commit c042934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions contributing/documentation/standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Files and Directories
* When you list a Symfony file/directory hierarchy, use ``your-project/`` as the
top level directory. E.g.

.. code-block:: text
your-project/
├─ app/
├─ src/
Expand Down
4 changes: 2 additions & 2 deletions cookbook/console/commands_as_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ have some ``NameRepository`` service that you'll use to get your default value::

public function __construct(NameRepository $nameRepository)
{
parent::__construct();
$this->nameRepository = $nameRepository;
parent::__construct();
}

protected function configure()
Expand Down

0 comments on commit c042934

Please sign in to comment.