mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Code cleanup
This commit is contained in:
@@ -38,7 +38,7 @@ class BunqId
|
||||
*/
|
||||
public function __construct($data = null)
|
||||
{
|
||||
if (!is_null($data)) {
|
||||
if (null !== $data) {
|
||||
$this->id = $data['id'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user