Completed
Push — master ( f7b062...534c81 )
by smiley
02:36
created
src/GatewayInterface.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
- * Interface GatewayInterface
4
- *
5
- * @filesource   GatewayInterface.php
6
- * @created      01.04.2016
7
- * @package      chillerlan\Threema
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2016 Smiley
10
- * @license      MIT
11
- */
3
+	 * Interface GatewayInterface
4
+	 *
5
+	 * @filesource   GatewayInterface.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.
src/GatewayEndpoint.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
 	}
199 199
 
200 200
 	/**
201
-	 * @param $email
201
+	 * @param string $email
202 202
 	 *
203 203
 	 * @return string
204 204
 	 * @throws \chillerlan\Threema\GatewayException
Please login to merge, or discard this patch.
src/CLIRunnerInterface.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
- * Interface CLIRunnerInterface
4
- *
5
- * @filesource   CLIRunnerInterface.php
6
- * @created      03.04.2016
7
- * @package      chillerlan\Threema
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2016 Smiley
10
- * @license      MIT
11
- */
3
+	 * Interface CLIRunnerInterface
4
+	 *
5
+	 * @filesource   CLIRunnerInterface.php
6
+	 * @created      03.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/Crypto/CryptoException.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 CryptoException
4
- *
5
- * @filesource   CryptoException.php
6
- * @created      03.04.2016
7
- * @package      chillerlan\Threema\Crypto
8
- * @author       Smiley <[email protected]>
9
- * @copyright    2016 Smiley
10
- * @license      MIT
11
- */
3
+	 * Class CryptoException
4
+	 *
5
+	 * @filesource   CryptoException.php
6
+	 * @created      03.04.2016
7
+	 * @package      chillerlan\Threema\Crypto
8
+	 * @author       Smiley <[email protected]>
9
+	 * @copyright    2016 Smiley
10
+	 * @license      MIT
11
+	 */
12 12
 
13 13
 namespace chillerlan\Threema\Crypto;
14 14
 
Please login to merge, or discard this patch.