Skip to content

Commit

Permalink
Update ImageResizerInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Aug 17, 2019
1 parent b7e1948 commit 1ef0f89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Model/ImageResizerInterface.php
Expand Up @@ -20,11 +20,11 @@

interface ImageResizerInterface
{
/** @constant int DEFAULT_WIDTH */
public const DEFAULT_WIDTH = 150;
/** @constant int WIDTH */
public const WIDTH = 150;

/** @constant int DEFAULT_HEIGHT */
public const DEFAULT_HEIGHT = 150;
/** @constant int HEIGHT */
public const HEIGHT = 150;

/**
* @param string $image
Expand Down

0 comments on commit 1ef0f89

Please sign in to comment.