Completed
Push — official ( ce7ca4...b4d2c6 )
by rugk
03:07
created
source/Threema/Console/Command/Encrypt.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Threema GmbH
4
- * @copyright Copyright (c) 2015-2016 Threema GmbH
5
- */
3
+	 * @author Threema GmbH
4
+	 * @copyright Copyright (c) 2015-2016 Threema GmbH
5
+	 */
6 6
 
7 7
 
8 8
 namespace Threema\Console\Command;
Please login to merge, or discard this patch.
source/Threema/Console/Command/Base.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Threema GmbH
4
- * @copyright Copyright (c) 2015-2016 Threema GmbH
5
- */
3
+	 * @author Threema GmbH
4
+	 * @copyright Copyright (c) 2015-2016 Threema GmbH
5
+	 */
6 6
 
7 7
 
8 8
 namespace Threema\Console\Command;
Please login to merge, or discard this patch.
source/Threema/Console/Command/SendSimple.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Threema GmbH
4
- * @copyright Copyright (c) 2015-2016 Threema GmbH
5
- */
3
+	 * @author Threema GmbH
4
+	 * @copyright Copyright (c) 2015-2016 Threema GmbH
5
+	 */
6 6
 
7 7
 
8 8
 namespace Threema\Console\Command;
Please login to merge, or discard this patch.
source/Threema/Console/Command/Decrypt.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Threema GmbH
4
- * @copyright Copyright (c) 2015-2016 Threema GmbH
5
- */
3
+	 * @author Threema GmbH
4
+	 * @copyright Copyright (c) 2015-2016 Threema GmbH
5
+	 */
6 6
 
7 7
 
8 8
 namespace Threema\Console\Command;
Please login to merge, or discard this patch.
source/Threema/Console/Command/LookupIdByEmail.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Threema GmbH
4
- * @copyright Copyright (c) 2015-2016 Threema GmbH
5
- */
3
+	 * @author Threema GmbH
4
+	 * @copyright Copyright (c) 2015-2016 Threema GmbH
5
+	 */
6 6
 
7 7
 
8 8
 namespace Threema\Console\Command;
Please login to merge, or discard this patch.
source/Threema/Console/Command/HashPhone.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Threema GmbH
4
- * @copyright Copyright (c) 2015-2016 Threema GmbH
5
- */
3
+	 * @author Threema GmbH
4
+	 * @copyright Copyright (c) 2015-2016 Threema GmbH
5
+	 */
6 6
 
7 7
 
8 8
 namespace Threema\Console\Command;
Please login to merge, or discard this patch.
source/Threema/Console/Command/LookupIdByPhoneNo.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Threema GmbH
4
- * @copyright Copyright (c) 2015-2016 Threema GmbH
5
- */
3
+	 * @author Threema GmbH
4
+	 * @copyright Copyright (c) 2015-2016 Threema GmbH
5
+	 */
6 6
 
7 7
 
8 8
 namespace Threema\Console\Command;
Please login to merge, or discard this patch.
source/Threema/Console/Run.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Threema GmbH
4
- * @copyright Copyright (c) 2015-2016 Threema GmbH
5
- */
3
+	 * @author Threema GmbH
4
+	 * @copyright Copyright (c) 2015-2016 Threema GmbH
5
+	 */
6 6
 
7 7
 
8 8
 namespace Threema\Console;
Please login to merge, or discard this patch.
source/Threema/MsgApi/PublicKeyStore.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Threema GmbH
4
- * @copyright Copyright (c) 2015-2016 Threema GmbH
5
- */
3
+	 * @author Threema GmbH
4
+	 * @copyright Copyright (c) 2015-2016 Threema GmbH
5
+	 */
6 6
 
7 7
 
8 8
 namespace Threema\MsgApi;
Please login to merge, or discard this patch.