Don't add my name, PHPStorm.

This commit is contained in:
Bob den Otter
2019-04-03 21:34:55 +02:00
parent 4ba72fd4f6
commit 210a83cfde
3 changed files with 0 additions and 12 deletions
-4
View File
@@ -2,10 +2,6 @@
declare(strict_types=1);
/**
* @author Bob den Otter <bobdenotter@gmail.com>
*/
namespace Bolt\Snippets;
class BaseSnippet
-4
View File
@@ -2,10 +2,6 @@
declare(strict_types=1);
/**
* @author Bob den Otter <bobdenotter@gmail.com>
*/
namespace Bolt\Snippets;
use Twig\Environment;
-4
View File
@@ -2,10 +2,6 @@
declare(strict_types=1);
/**
* @author Bob den Otter <bobdenotter@gmail.com>
*/
namespace Bolt\Snippets;
use Tightenco\Collect\Support\Collection;