@@ -92,8 +92,7 @@ discard block |
||
92 | 92 | { |
93 | 93 | header('Content-Type: application/hal+xml'); |
94 | 94 | return $hal->asXml(true); |
95 | - } |
|
96 | - else |
|
95 | + } else |
|
97 | 96 | { |
98 | 97 | header('Content-Type: application/hal+json'); |
99 | 98 | return $hal->asJson(true); |
@@ -128,8 +127,7 @@ discard block |
||
128 | 127 | { |
129 | 128 | header('Content-Type: application/problem+xml'); |
130 | 129 | return $problem->asXml(true); |
131 | - } |
|
132 | - else |
|
130 | + } else |
|
133 | 131 | { |
134 | 132 | header('Content-Type: application/problem+json'); |
135 | 133 | return $problem->asJson(true); |
@@ -79,9 +79,7 @@ |
||
79 | 79 | |
80 | 80 | try { |
81 | 81 | return $auth->attempt($token, $this->prefix); |
82 | - } |
|
83 | - |
|
84 | - catch (SignatureException $e) { |
|
82 | + } catch (SignatureException $e) { |
|
85 | 83 | return false; |
86 | 84 | } |
87 | 85 | } |
@@ -72,8 +72,7 @@ |
||
72 | 72 | if(isset($headers[$version_key]) && is_numeric($headers[$version_key]) && in_array($headers[$version_key], $this->api_versions)) |
73 | 73 | { |
74 | 74 | $version = 'V'.str_replace('.','_',$headers[$version_key]); |
75 | - } |
|
76 | - else |
|
75 | + } else |
|
77 | 76 | { |
78 | 77 | $version = 'V1'; |
79 | 78 | } |