Skip to content

Commit 50ba224

Browse files
committed
chore: Cover DefaultProcessor with comments
1 parent 0406f7f commit 50ba224

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Context/DefaultProcessor.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,17 @@ final class DefaultProcessor
2121

2222
private function __construct() {}
2323

24+
/**
25+
* Create empty instance.
26+
*/
2427
public static function create(): self
2528
{
2629
return new self();
2730
}
2831

32+
/**
33+
* Create with default set of {@see ObjectProcessor}.
34+
*/
2935
public static function createDefault(): self
3036
{
3137
$self = new self();

0 commit comments

Comments
 (0)