Passed
Push — master ( 30757a...03f32c )
by Gabriel
11:44
created
examples/card-return.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-require __DIR__ . '/init.php';
3
+require __DIR__.'/init.php';
4 4
 
5 5
 $gateway = new \Paytic\Omnipay\Paylike\Gateway();
6 6
 $parameters = [
Please login to merge, or discard this patch.
examples/capture.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-require __DIR__ . '/init.php';
3
+require __DIR__.'/init.php';
4 4
 
5 5
 $gateway = new \Paytic\Omnipay\Paylike\Gateway();
6 6
 $parameters = [
Please login to merge, or discard this patch.
examples/card-redirect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-require __DIR__ . '/init.php';
3
+require __DIR__.'/init.php';
4 4
 
5 5
 $gateway = new \Paytic\Omnipay\Paylike\Gateway();
6 6
 $parameters = [
Please login to merge, or discard this patch.