Completed
Push — master ( 77e6a8...f7b062 )
by smiley
02:40
created
src/CLIRunner.php 1 patch
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.
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.