Skip to content

Conversation

@fabpot
Copy link
Member

@fabpot fabpot commented Apr 26, 2019

No description provided.


if (empty($entities)) {
throw new RuntimeCommandException('There is no registered entities. Please create entity before use this command');
throw new RuntimeCommandException('There is no registered entities; please create entity before use this command.');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this one still needs some fixing. How about:
'There are no registered entities; please create an entity before using this command.'?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 fixed at sha: 6732a15

@weaverryan
Copy link
Member

Thanks Fabien!

@weaverryan weaverryan merged commit 76f9f5d into master Jun 1, 2019
weaverryan added a commit that referenced this pull request Jun 1, 2019
This PR was merged into the 1.0-dev branch.

Discussion
----------

Fix various typos

Commits
-------

76f9f5d fixed typos
@weaverryan weaverryan deleted the typo-fix branch June 1, 2019 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants