X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fhttp-kernel%2FProfiler%2FProfilerStorageInterface.php;fp=vendor%2Fsymfony%2Fhttp-kernel%2FProfiler%2FProfilerStorageInterface.php;h=544fb1fef6ec69349f8a8d6315f409399bb7739b;hp=ea72af2314f6fc45e819d07234711c8c1e7f701c;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php b/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php index ea72af231..544fb1fef 100644 --- a/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php +++ b/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php @@ -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);