partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit f2af2af0fc7612af71a1d4a94a5aff32ccff9598
parent 963a903029caafcc57b775d56136a3c78f42eb0b
Author: Felicia Hummel <felicia@partkeepr.com>
Date:   Mon, 30 Jan 2017 16:04:53 +0100

Make styleci happy

Diffstat:
Msrc/PartKeepr/ProjectBundle/Entity/ProjectRun.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/PartKeepr/ProjectBundle/Entity/ProjectRun.php b/src/PartKeepr/ProjectBundle/Entity/ProjectRun.php @@ -1,4 +1,5 @@ <?php + namespace PartKeepr\ProjectBundle\Entity; use Doctrine\Common\Collections\ArrayCollection;