-
-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a maker for Doctrine migrations #1
Comments
Just to be clear, I'm just proposing to add a command that wraps |
should we actually wrap |
I like the idea! But i would also wrap :diff. Heck, if there are no diffs, we could ask if they want to generate a blank file (and also add a —empty option) |
See #10 |
`$method->name` is an instance of `PhpParser\Node\Identifier` and must be cast to string for the following operations. Related error: ```` [TypeError] Symfony\Bundle\MakerBundle\Util\ClassSourceManipulator::methodExists(): Argument symfony#1 ($methodName) must be of type string, PhpParser\Node\Identifier given, called in /Volumes/x/ dev/ae/anovol/vendor/symfony/maker-bundle/src/Util/ClassSourceManipulator.php on line 1036 ```
No description provided.
The text was updated successfully, but these errors were encountered: