Skip to content

Commit 2abb672

Browse files
committed
Code reformat
1 parent ad26931 commit 2abb672

File tree

206 files changed

+2444
-771
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+2444
-771
lines changed

src/AbraFlexi/Actions.php

Lines changed: 1379 additions & 483 deletions
Large diffs are not rendered by default.

src/AbraFlexi/EvidenceList.php

Lines changed: 356 additions & 63 deletions
Large diffs are not rendered by default.

src/AbraFlexi/Formats.php

Lines changed: 261 additions & 11 deletions
Large diffs are not rendered by default.

src/AbraFlexi/RO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ public function parseResponse($responseDecoded, $responseCode)
12981298

12991299
// no break
13001300
case 401:
1301-
if (is_string($responseDecoded)){
1301+
if (\is_string($responseDecoded)) {
13021302
$msg = $responseDecoded;
13031303
} elseif (\array_key_exists('message', $responseDecoded)) {
13041304
$msg = $responseDecoded['message'];

0 commit comments

Comments
 (0)