Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Updating doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
epochblue committed Oct 28, 2012
1 parent 548079c commit 199fe1e
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Philip/AbstractPlugin.php
Expand Up @@ -5,7 +5,7 @@
* PHP Version 5.3
*
* @package philip
* @copyright 2012 iostudio. LLC
* @copyright 2012, Bill Israel <bill.israel@gmail.com>
*/
namespace Philip;

Expand Down
8 changes: 8 additions & 0 deletions src/Philip/EventListener.php
@@ -1,5 +1,13 @@
<?php

/**
* Philip
*
* PHP Version 5.3
*
* @package philip
* @copyright 2012, Bill Israel <bill.israel@gmail.com>
*/
namespace Philip;

use Symfony\Component\EventDispatcher\Event;
Expand Down
8 changes: 8 additions & 0 deletions src/Philip/IRC/Event.php
@@ -1,5 +1,13 @@
<?php

/**
* Philip
*
* PHP Version 5.3
*
* @package philip
* @copyright 2012, Bill Israel <bill.israel@gmail.com>
*/
namespace Philip\IRC;

use Symfony\Component\EventDispatcher\Event as BaseEvent;
Expand Down
8 changes: 8 additions & 0 deletions src/Philip/IRC/Request.php
@@ -1,5 +1,13 @@
<?php

/**
* Philip
*
* PHP Version 5.3
*
* @package philip
* @copyright 2012, Bill Israel <bill.israel@gmail.com>
*/
namespace Philip\IRC;

/**
Expand Down
8 changes: 8 additions & 0 deletions src/Philip/IRC/Response.php
@@ -1,5 +1,13 @@
<?php

/**
* Philip
*
* PHP Version 5.3
*
* @package philip
* @copyright 2012, Bill Israel <bill.israel@gmail.com>
*/
namespace Philip\IRC;

/**
Expand Down
8 changes: 8 additions & 0 deletions src/Philip/Philip.php
@@ -1,5 +1,13 @@
<?php

/**
* Philip
*
* PHP Version 5.3
*
* @package philip
* @copyright 2012, Bill Israel <bill.israel@gmail.com>
*/
namespace Philip;

use Philip\EventListener;
Expand Down

0 comments on commit 199fe1e

Please sign in to comment.