Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat authored and github-actions[bot] committed Jun 22, 2024
1 parent 5346a75 commit 9bf341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ResourceLimitsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
$im = $pdf->resourceLimit(ResourceLimitType::Thread, 1)
->getImageData($this->testFile, 1);

expect((int)$im::getResourceLimit(ResourceLimitType::Thread->value))->toBe((int)1);
expect((int) $im::getResourceLimit(ResourceLimitType::Thread->value))->toBe((int) 1);
})->skip(getenv('CI'), 'Skip in CI environments');

0 comments on commit 9bf341e

Please sign in to comment.