Passed
Push — master ( 0b6283...6e2a3a )
by methylbro
03:56
created
examples/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
  * @param string $operation
30 30
  * @param callable $callback
31 31
  */
32
-$handle = function ($operation, $callback) use ($identity, $encryption, $public_key) {
32
+$handle = function($operation, $callback) use ($identity, $encryption, $public_key) {
33 33
     try {
34 34
         $request = ServerRequestFactory::fromGlobals();
35 35
         $transaction = new Transaction($identity, $encryption, $request);
Please login to merge, or discard this patch.