Completed
Push — master ( 465b7b...36f767 )
by Milan
03:34
created
src/Response/Read/TransactionAbstract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
 				}
94 94
 				return intval($value);
95 95
 			case 'string|null':
96
-				return trim($value) ? : NULL;
96
+				return trim($value) ?: NULL;
97 97
 		}
98 98
 		return $value;
99 99
 	}
Please login to merge, or discard this patch.