Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / security_review / src / Checks / ExecutablePhp.php
index b2377225f1f9f78fbc2e375e1c1d9470de4e5aa3..dd93617f8c30919a07918168ae419bfbb3b272e6 100644 (file)
@@ -1,15 +1,9 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\security_review\Checks\ExecutablePhp.
- */
-
 namespace Drupal\security_review\Checks;
 
 use Drupal\Component\PhpStorage\FileStorage;
 use Drupal\Core\StreamWrapper\PublicStream;
-use Drupal\Core\Url;
 use Drupal\security_review\Check;
 use Drupal\security_review\CheckResult;
 use GuzzleHttp\Exception\RequestException;