We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dbb8c commit 23e7c8dCopy full SHA for 23e7c8d
β.php-censor.yml
@@ -36,6 +36,8 @@ test:
36
security_checker:
37
allow_failures: true
38
39
+ technical_debt:
40
+
41
complete:
42
email:
43
default_mailto_address: poisoncorpsee@gmail.com
βsrc/Application.php
@@ -6,12 +6,14 @@ class Application
6
{
7
public function success()
8
9
+ //TODO: 1
10
echo 'success command';
11
exit(0);
12
}
13
14
public function failed()
15
16
+ //TODO: 2
17
echo 'failed command';
18
exit(1);
19
0 commit comments