Completed
Push — master ( 91d8a4...77e6a8 )
by smiley
02:53
created
src/CLIRunner.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 namespace chillerlan\Threema;
14 14
 
15
-use chillerlan\Threema\Crypto\CryptoInterface;
16 15
 use ReflectionClass;
17 16
 use ReflectionMethod;
17
+use chillerlan\Threema\Crypto\CryptoInterface;
18 18
 
19 19
 /**
20 20
  * 
Please login to merge, or discard this patch.
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Class CLIRunner
4
- *
5
- * @filesource   CLIRunner.php
6
- * @created      01.04.2016
7
- * @package      chillerlan\Threema
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2016 Smiley
10
- * @license      MIT
11
- */
3
+	 * Class CLIRunner
4
+	 *
5
+	 * @filesource   CLIRunner.php
6
+	 * @created      01.04.2016
7
+	 * @package      chillerlan\Threema
8
+	 * @author       Smiley <[email protected]>
9
+	 * @copyright    2016 Smiley
10
+	 * @license      MIT
11
+	 */
12 12
 
13 13
 namespace chillerlan\Threema;
14 14
 
Please login to merge, or discard this patch.
src/GatewayOptions.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Class GatewayOptions
4
- *
5
- * @filesource   GatewayOptions.php
6
- * @created      02.04.2016
7
- * @package      chillerlan\Threema\Containers
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2016 Smiley
10
- * @license      MIT
11
- */
3
+	 * Class GatewayOptions
4
+	 *
5
+	 * @filesource   GatewayOptions.php
6
+	 * @created      02.04.2016
7
+	 * @package      chillerlan\Threema\Containers
8
+	 * @author       Smiley <[email protected]>
9
+	 * @copyright    2016 Smiley
10
+	 * @license      MIT
11
+	 */
12 12
 
13 13
 namespace chillerlan\Threema;
14 14
 
Please login to merge, or discard this patch.