@@ -652,7 +652,7 @@ public function setDataValue(string $columnName, $value) {
652652 }
653653 return $ result ;
654654 }
655-
655+
656656 /**
657657 * Strip all non-identifier data
658658 *
@@ -664,7 +664,7 @@ public function stripBody(array $keep = []) {
664664 $ extIds = $ this ->getExternalIDs ();
665665 $ restoreData = [];
666666 $ originalData = $ this ->getData ();
667- foreach ($ keep as $ column ){
667+ foreach ($ keep as $ column ) {
668668 \Ease \Functions::divDataArray ($ originalData , $ restoreData , $ column );
669669 }
670670 $ this ->dataReset ();
@@ -1193,7 +1193,7 @@ public function parseResponse($responseDecoded, $responseCode) {
11931193 $ this ->addStatusMessage ($ this ->lastResponseCode . ': ' . $ this ->curlInfo ['url ' ] . ' ( ' . $ this ->format . ') ' . json_encode ($ this ->getErrors ()), 'warning ' );
11941194 if ($ this ->throwException ) {
11951195 $ errors = $ this ->getErrors ();
1196- throw new Exception ( empty ($ errors ) ? 'Problem ' : $ errors [0 ]['message ' ] , $ this );
1196+ throw new Exception (empty ($ errors ) ? 'Problem ' : $ errors [0 ]['message ' ], $ this );
11971197 }
11981198 break ;
11991199 }
@@ -2801,7 +2801,7 @@ function ($key) {
28012801 public function logBanner ($ prefix = null , $ suffix = null ) {
28022802 parent ::logBanner ($ prefix ,
28032803 'ServerURL ' . str_replace (':// ' , ':// ' . $ this ->user . '@ ' ,
2804- $ this ->getApiUrl ()) . ' library v ' . self ::$ libVersion . ' (AbraFlexi ' . EvidenceList::$ version . ') ' , $ suffix );
2804+ $ this ->getApiUrl ()) . ' php-abraflexi v ' . self ::$ libVersion . ' (AbraFlexi ' . EvidenceList::$ version . ') ' , $ suffix );
28052805 }
28062806
28072807 /**
0 commit comments