Last active
November 16, 2020 16:09
-
-
Save merltron-pa/50922fd6a7a725d96715d69b6837f1ca to your computer and use it in GitHub Desktop.
PHP/JMS Article: Add add first part of constructor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
... | |
class TestAddressController extends AbstractController | |
{ | |
/** | |
* @var SerializerInterface | |
*/ | |
private $serializer; | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment