Completed
Push — master ( 0e7a69...ec69ba )
by Steve
23:18 queued 23:18
created
src/app/code/community/Steverobbins/Slack/Model/Api/Abstract.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Slack.com Integration
4
- *
5
- * PHP Version 5
6
- *
7
- * @category  Steverobbins
8
- * @package   Steverobbins_Slack
9
- * @author    Steve Robbins <[email protected]>
10
- * @copyright Copyright 2015 Steve Robbins (http://steverobbins.com)
11
- * @license   http://creativecommons.org/licenses/by/3.0/deed.en_US Creative Commons Attribution 3.0 Unported License
12
- */
3
+     * Slack.com Integration
4
+     *
5
+     * PHP Version 5
6
+     *
7
+     * @category  Steverobbins
8
+     * @package   Steverobbins_Slack
9
+     * @author    Steve Robbins <[email protected]>
10
+     * @copyright Copyright 2015 Steve Robbins (http://steverobbins.com)
11
+     * @license   http://creativecommons.org/licenses/by/3.0/deed.en_US Creative Commons Attribution 3.0 Unported License
12
+     */
13 13
 
14 14
 /**
15 15
  * Abstract model for Slack api actions
Please login to merge, or discard this patch.
src/app/code/community/Steverobbins/Slack/Model/Api/Stars.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Slack.com Integration
4
- *
5
- * PHP Version 5
6
- *
7
- * @category  Steverobbins
8
- * @package   Steverobbins_Slack
9
- * @author    Steve Robbins <[email protected]>
10
- * @copyright Copyright 2015 Steve Robbins (http://steverobbins.com)
11
- * @license   http://creativecommons.org/licenses/by/3.0/deed.en_US Creative Commons Attribution 3.0 Unported License
12
- */
3
+     * Slack.com Integration
4
+     *
5
+     * PHP Version 5
6
+     *
7
+     * @category  Steverobbins
8
+     * @package   Steverobbins_Slack
9
+     * @author    Steve Robbins <[email protected]>
10
+     * @copyright Copyright 2015 Steve Robbins (http://steverobbins.com)
11
+     * @license   http://creativecommons.org/licenses/by/3.0/deed.en_US Creative Commons Attribution 3.0 Unported License
12
+     */
13 13
 
14 14
 /**
15 15
  * Stars API method
Please login to merge, or discard this patch.