Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
slunak committed Jul 31, 2020
1 parent 98392b7 commit 3d89565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Api/Licensing/LicenseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function testGetAvailableOsTypes(License $license)
'OS_ANDROID' => "Android",
'OS_IOS' => "iOS",
'OS_DESKTOP' => "Desktop",
'OS_ANY' => NULL,
'OS_ANY' => null,
);

$this->assertEquals($licenseTypes, $license->getAvailableOsTypes());
Expand Down

0 comments on commit 3d89565

Please sign in to comment.