@@ -8,7 +8,6 @@ |
||
8 | 8 | namespace Drupal\crop\Entity; |
9 | 9 | |
10 | 10 | use Drupal\Core\Config\Entity\ConfigEntityBundleBase; |
11 | -use Drupal\Core\Entity\EntityConstraintViolationList; |
|
12 | 11 | use Drupal\crop\CropTypeInterface; |
13 | 12 | use Symfony\Component\Validator\ConstraintViolationList; |
14 | 13 |
@@ -53,7 +53,7 @@ |
||
53 | 53 | * @return \Drupal\crop\CropInterface |
54 | 54 | * Crop object this is being called on. |
55 | 55 | */ |
56 | - public function setSize($width, $height); |
|
56 | + public function setSize($width, $height); |
|
57 | 57 | |
58 | 58 | /** |
59 | 59 | * Gets crop anchor (top-left corner of crop area). |