Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / Profiler / ProfilerStorageInterface.php
index ea72af2314f6fc45e819d07234711c8c1e7f701c..544fb1fef6ec69349f8a8d6315f409399bb7739b 100644 (file)
@@ -46,8 +46,6 @@ interface ProfilerStorageInterface
     /**
      * Saves a Profile.
      *
-     * @param Profile $profile A Profile instance
-     *
      * @return bool Write operation successful
      */
     public function write(Profile $profile);