From ead6d4f89bca84ffe0ee33555e1bc266786c04bc Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Mon, 27 Jul 2020 21:42:55 +0200 Subject: [PATCH] Remove timestamps in generated files (#1000) In https://github.com/barryvdh/laravel-ide-helper/pull/990#issuecomment-664590457 it was agreed upon to just remove them. --- resources/views/helper.php | 2 +- resources/views/meta.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/views/helper.php b/resources/views/helper.php index 60af952..40dfecc 100644 --- a/resources/views/helper.php +++ b/resources/views/helper.php @@ -12,7 +12,7 @@ /** * A helper file for Laravel, to provide autocomplete information to your IDE - * Generated for Laravel on . + * Generated for Laravel . * * This file should not be included in your code, only analyzed by your IDE! * diff --git a/resources/views/meta.php b/resources/views/meta.php index 1d5e01c..bcac7d6 100644 --- a/resources/views/meta.php +++ b/resources/views/meta.php @@ -6,7 +6,6 @@ namespace PHPSTORM_META { /** * PhpStorm Meta file, to provide autocomplete information for PhpStorm - * Generated on . * * @author Barry vd. Heuvel * @see https://github.com/barryvdh/laravel-ide-helper