Test Setup Failed
Branch master (844331)
by Frank
02:22
created
Classes/Slack/Message/Attachment.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Slack\Message;
12 12
 
Please login to merge, or discard this patch.
Classes/Slack/CommandResolver.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Slack;
12 12
 
Please login to merge, or discard this patch.
Classes/Slack/Message.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Slack;
12 12
 
Please login to merge, or discard this patch.
Classes/Traits/GerritTrait.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Traits;
12 12
 
Please login to merge, or discard this patch.
Classes/Traits/ForgerTrait.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Traits;
12 12
 
Please login to merge, or discard this patch.
Classes/Traits/SlackTrait.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Traits;
12 12
 
Please login to merge, or discard this patch.
Classes/Controller/WebHookController.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Controller;
12 12
 
Please login to merge, or discard this patch.
Classes/Controller/AbstractHookController.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Controller;
12 12
 
Please login to merge, or discard this patch.
Classes/Controller/GerritHookController.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Controller;
12 12
 
Please login to merge, or discard this patch.