Content-Length: 309967 | pFad | http://github.com/Payum/PaypalRest/commit/067d57caddd19f1085db49467e95382bff728a2d

53 Add Spaces CS rule · Payum/PaypalRest@067d57c · GitHub
Skip to content

Commit 067d57c

Browse files
committed
Add Spaces CS rule
1 parent 5574fb0 commit 067d57c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Action/StatusAction.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ public function execute($request)
6565
*/
6666
public function supports($request)
6767
{
68-
return
69-
$request instanceof GetStatusInterface &&
68+
return $request instanceof GetStatusInterface &&
7069
($request->getModel() instanceof Payment || $request->getModel() instanceof \ArrayAccess)
7170
;
7271
}

Action/SyncAction.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ public function execute($request)
3434
*/
3535
public function supports($request)
3636
{
37-
return
38-
$request instanceof Sync &&
37+
return $request instanceof Sync &&
3938
$request->getModel() instanceof PaypalPayment
4039
;
4140
}

Tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ini_set('display_errors', 1);
44
error_reporting(-1);
55

6-
if (!$loader = @include __DIR__ . '/../vendor/autoload.php') {
6+
if (! $loader = @include __DIR__ . '/../vendor/autoload.php') {
77
echo <<<EOM
88
You must set up the project dependencies by running the following commands:
99

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Payum/PaypalRest/commit/067d57caddd19f1085db49467e95382bff728a2d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy