Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
browner12 committed Jun 17, 2019
1 parent 67beba7 commit a2c9a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public function fullsize()
{
$body = $this->driver->findElement(WebDriverBy::tagName('body'));

if (!empty($body)) {
if (! empty($body)) {
$this->resize($body->getSize()->getWidth(), $body->getSize()->getHeight());
}

Expand Down

0 comments on commit a2c9a6b

Please sign in to comment.