Skip to content
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

Update for beta 8 #12

Merged
merged 4 commits into from
Sep 14, 2017
Merged

Update for beta 8 #12

merged 4 commits into from
Sep 14, 2017

Conversation

KyrneDev
Copy link
Contributor

@KyrneDev KyrneDev commented Sep 5, 2017

Sorry this one took me awhile, I was away from my computer.

@@ -21,13 +21,13 @@ class AddClientAssets
*/
public function subscribe(Dispatcher $events)
{
$events->listen(ConfigureWebApp::class, [$this, 'addAssets']);
$events->listen(Rendering::class, [$this, 'addAssets']);
}

/**
* @param ConfigureClientView $event
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove the docblock.

*/
public function whenUserWillBeSaved(UserWillBeSaved $event)
public function whenSaving(Saving $event)
Copy link
Contributor

Choose a reason for hiding this comment

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

How about whenSavingUser?

@franzliedke
Copy link
Contributor

Ping @cdk2020. Can you take care of the requested changes here and in flarum/akismet#7? Otherwise I will do it, but I wanted to leave the chance to you. ;)

@KyrneDev
Copy link
Contributor Author

Sorry @franzliedke completely missed you message. I've fixed it, but styleCI is never happy

@franzliedke
Copy link
Contributor

@cdk2020 Great, thanks for the quick response. Can you also apply my suggestions here, in the flarum-ext-suspend PR?

@franzliedke franzliedke merged commit 6a24b9d into flarum:next-back Sep 14, 2017
askvortsov1 pushed a commit that referenced this pull request Mar 11, 2022
* Update for beta 8

* StyleCI :)

* docBlock

* whenSavingUser
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.

2 participants