Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow disabling of invalid watchers #91

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

Merged
merged 1 commit into from
Aug 30, 2016
Merged

Conversation

bwoebi
Copy link
Member

@bwoebi bwoebi commented Aug 25, 2016

Fixes #90.

Following no dissent in the related issue, this should be merged in a few days if nobody else objects.

@@ -134,13 +134,12 @@
abstract public function enable($watcherId);

/**
* Disable a watcher. Disabling a watcher MUST NOT invalidate the watcher.
* Disable a watcher. Disabling a watcher MUST NOT invalidate the watcher. Calling this function MUST never fail,
Copy link
Member

Choose a reason for hiding this comment

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

MUST neverMUST NOT

Copy link
Member Author

Choose a reason for hiding this comment

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

I've copied from cancel() docs.

Copy link
Member

Choose a reason for hiding this comment

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

Should probably fixed there as well. Otherwise you might miss the never since only MUST is bold.

@bwoebi bwoebi force-pushed the disabling_invalid_watcher branch from 229d2f3 to b3fdfa4 Compare August 30, 2016 20:04
@trowski trowski merged commit 9ab9e6a into master Aug 30, 2016
@bwoebi bwoebi deleted the disabling_invalid_watcher branch December 29, 2016 17:27
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.

3 participants