Completed
Push — 8.x-1.x ( 59e77e...5ec7b0 )
by Janez
03:12
created
src/Entity/CropType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
    */
108 108
   public static function getCropTypeNames() {
109 109
     return array_map(
110
-      function ($bundle_info) { return $bundle_info['label'];},
110
+      function($bundle_info) { return $bundle_info['label']; },
111 111
       \Drupal::entityManager()->getBundleInfo('crop')
112 112
     );
113 113
   }
Please login to merge, or discard this patch.
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.