Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit ecb8ad8

Browse files
author
Andrei Sosnov
authored
Merge pull request #14 from andreich1980/patch-1
Fix #13 wrong comments of methods
2 parents 192fae8 + d777302 commit ecb8ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Contracts/Subscriber.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ abstract class Subscriber
3030
protected $tag = 'default';
3131

3232
/**
33-
* Handling fail event
33+
* Handling success event
3434
*
3535
* @param VkRequest $request
3636
* @param mixed $response
3737
*/
3838
abstract public function onSuccess(VkRequest $request, $response);
3939

4040
/**
41-
* Handling success event
41+
* Handling fail event
4242
*
4343
* @param VkRequest $request
4444
* @param array $error

0 commit comments

Comments
 (0)