Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / php / src / Plugin / views / argument_default / Php.php
index 362272135aed47e4b7d1ece8d29bc740d933f3a7..22829b9a7924944a5adc205dd9fe6b459f8069ba 100644 (file)
@@ -1,16 +1,10 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\php\Plugin\views\argument_default\Php.
- */
-
 namespace Drupal\php\Plugin\views\argument_default;
 
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase;
 
-
 /**
  * Default argument plugin to provide a PHP code block.
  *
@@ -49,6 +43,8 @@ class Php extends ArgumentDefaultPluginBase {
   }
 
   /**
+   * Permissions check.
+   *
    * Only let users with PHP block visibility permissions set/modify this
    * default plugin.
    */