Skip to content

Commit

Permalink
Make NullCancellationToken final
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jun 9, 2017
1 parent 140752b commit c7fcbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NullCancellationToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* instead.
*/
class NullCancellationToken implements CancellationToken {
final class NullCancellationToken implements CancellationToken {
/** @inheritdoc */
public function subscribe(callable $callback): string {
return "null-token";
Expand Down

0 comments on commit c7fcbd9

Please sign in to comment.