Skip to content

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 14, 2017
1 parent 77121fd commit 7e813d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spatie/Browsershot/Browsershot.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Browsershot

public function __construct($binPath = '', $width = 640, $height = 480, $quality = 60, $timeout = 5000, $backgroundColor = null)
{
if ($binPath == '') {
if ($binPath === '') {
$binPath = $this->getBinPath();
}

Expand Down

0 comments on commit 7e813d1

Please sign in to comment.