Skip to content

Commit fbe7e80

Browse files
committed
phpdoc added
1 parent e41cd76 commit fbe7e80

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Kernel.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
use Dredd\Hooks;
66

7+
/**
8+
* Class Kernel
9+
*
10+
* @package Netsells\Dredd
11+
*
12+
* @method Hooks\beforeAll beforeAll(callable $function)
13+
* @method Hooks\beforeEach beforeEach(callable $function)
14+
* @method Hooks\beforeEachValidation beforeEachValidation(callable $function)
15+
* @method Hooks\afterEach afterEach(callable $function)
16+
* @method Hooks\afterAll afterAll(callable $function)
17+
* @method Hooks\before before(string $transactionName, callable $function)
18+
* @method Hooks\beforeValidation beforeValidation(callable $function)
19+
* @method Hooks\after after(string $transactionName, callable $function)
20+
*/
721
abstract class Kernel
822
{
923
use ResolvesArgumentTrait;

0 commit comments

Comments
 (0)