Completed
Pull Request — master (#31)
by Tomas
15:20
created
src/ApiDecider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
                 $handler['handler']->setEndpointIdentifier($endpointIdentifier);
42 42
                 return $handler;
43 43
             }
44
-            if ($method == 'OPTIONS'  && $identifier->getVersion() == $version && $identifier->getPackage() == $package && $identifier->getApiAction() == $apiAction) {
44
+            if ($method == 'OPTIONS' && $identifier->getVersion() == $version && $identifier->getPackage() == $package && $identifier->getApiAction() == $apiAction) {
45 45
                 return [
46 46
                     'endpoint' => new EndpointIdentifier('OPTION', $version, $package, $apiAction),
47 47
                     'authorization' => new NoAuthorization(),
Please login to merge, or discard this patch.