Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / php / src / Plugin / views / argument_validator / Php.php
index deb0d9b794b2546726fa42f0bd0a3b13524bc25a..0789c8b6115d9336fd63359e8ff25abcd43065d1 100644 (file)
@@ -1,16 +1,10 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\views\Plugin\views\argument_validator\Php.
- */
-
 namespace Drupal\php\Plugin\views\argument_validator;
 
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\views\Plugin\views\argument_validator\ArgumentValidatorPluginBase;
 
-
 /**
  * Provide PHP code to validate whether or not an argument is ok.
  *
@@ -48,6 +42,8 @@ class Php extends ArgumentValidatorPluginBase {
   }
 
   /**
+   * Permission check.
+   *
    * Only let users with PHP block visibility permissions set/modify this
    * validate plugin.
    */