1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-18 21:20:09 -07:00

Remove phpstorm file headers

This commit is contained in:
David Hübner 2016-11-21 16:38:11 +01:00
parent 3c7ec6eced
commit 4df522a259
6 changed files with 12 additions and 30 deletions

View File

@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: hubnedav
* Date: 11/11/16
* Time: 7:13 PM.
*/
namespace AppBundle\Client\Brickset\Entity;

View File

@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: hubnedav
* Date: 11/11/16
* Time: 7:13 PM.
*/
namespace AppBundle\Client\Brickset\Entity;

View File

@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: hubnedav
* Date: 11/20/16
* Time: 11:17 PM.
*/
namespace AppBundle\Client\Brickset\Entity;

View File

@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: hubnedav
* Date: 11/18/16
* Time: 1:45 AM.
*/
namespace AppBundle\Client\Rebrickable\Entity;

View File

@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: hubnedav
* Date: 11/11/16
* Time: 12:45 AM.
*/
namespace AppBundle\Client\Rebrickable\Entity;

View File

@ -0,0 +1,12 @@
<?php
/**
* Created by PhpStorm.
* User: hubnedav
* Date: 11/21/16
* Time: 4:20 PM
*/
class Builder
{
}