Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / ImageToolkit / ImageToolkitOperationBase.php
index c9a93ffe4d3ca8f792b520025f3c438f790c6d2c..dcc3b3d12134ab43ba5f35f10c9267549b4a674e 100644 (file)
@@ -166,7 +166,7 @@ abstract class ImageToolkitOperationBase extends PluginBase implements ImageTool
   /**
    * {@inheritdoc}
    */
-  public final function apply(array $arguments) {
+  final public function apply(array $arguments) {
     $arguments = $this->prepareArguments($arguments);
     $arguments = $this->validateArguments($arguments);
     return $this->execute($arguments);