Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 15, 2017
1 parent f2cc01d commit d434325
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Utils/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Image
/** @deprecated */
const ENLARGE = 0;

static private $formats = [self::JPEG => 'jpeg', self::PNG => 'png', self::GIF => 'gif', self::WEBP => 'webp'];
private static $formats = [self::JPEG => 'jpeg', self::PNG => 'png', self::GIF => 'gif', self::WEBP => 'webp'];

/** @var resource */
private $image;
Expand Down
2 changes: 1 addition & 1 deletion tests/Utils/Object.events.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestClass extends Nette\Object
{
public $onPublic;

static public $onPublicStatic;
public static $onPublicStatic;

protected $onProtected;

Expand Down
2 changes: 1 addition & 1 deletion tests/Utils/SmartObject.events.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestClass

public $onPublic;

static public $onPublicStatic;
public static $onPublicStatic;

protected $onProtected;

Expand Down

0 comments on commit d434325

Please sign in to comment.