Completed
Push — 8.x-1.x ( 1cad11...29cacf )
by Janez
34:33 queued 10s
created
src/CropInterface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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).
Please login to merge, or discard this patch.