Add boilerplate and initial interfaces.

This commit is contained in:
Jørn Åne 2016-08-15 18:48:02 +02:00
parent e6657a95cd
commit 89ffb4cd12
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php //declare(strict_types=1);
namespace pvv\side;
use \DateTime;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php //declare(strict_types=1);
namespace pvv\side;
interface Event extends Activity {

View File

@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php //declare(strict_types=1);
namespace pvv\side;
use \DateTime;