Skip to content

Commit c27af65

Browse files
Add PHPDoc
1 parent 95ed183 commit c27af65

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Config/Settings.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111

1212
namespace CaptainHook\App\Config;
1313

14+
/**
15+
* Config setting fake enum ;)
16+
*
17+
* @package CaptainHook
18+
* @author Sebastian Feldmann <sf@sebastian-feldmann.info>
19+
* @link https://github.com/captainhook-git/captainhook
20+
* @since Class available since Release 5.27.3
21+
* @internal
22+
*/
1423
class Settings
1524
{
1625
public const ALLOW_FAILURE = 'allow-failure';

0 commit comments

Comments
 (0)