Skip to content

Commit

Permalink
Added documentation and changed files signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
octante committed Mar 29, 2015
1 parent d2bc4d9 commit 2c5e8ef
Show file tree
Hide file tree
Showing 130 changed files with 1,036 additions and 632 deletions.
2 changes: 0 additions & 2 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
/**
* MarvelAPIBundle configuration class.
*
* @author Issel Guberna <issel.guberna@gmail.com>
*
*/
class Configuration implements ConfigurationInterface
{
Expand Down
13 changes: 8 additions & 5 deletions Exceptions/CurlErrorCodeException.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 22/3/15
* Time: 18:53
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Octante\MarvelAPIBundle\Exceptions;


Expand Down
13 changes: 8 additions & 5 deletions Exceptions/CurlRequestErrorException.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 22/3/15
* Time: 18:50
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/


namespace Octante\MarvelAPIBundle\Exceptions;


Expand Down
12 changes: 7 additions & 5 deletions Exceptions/InvalidCharacterIdException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 24/3/15
* Time: 0:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Exceptions;
Expand Down
12 changes: 7 additions & 5 deletions Exceptions/InvalidComicIdException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 24/3/15
* Time: 0:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Exceptions;
Expand Down
12 changes: 7 additions & 5 deletions Exceptions/InvalidCreatorIdException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 24/3/15
* Time: 0:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Exceptions;
Expand Down
12 changes: 7 additions & 5 deletions Exceptions/InvalidEventIdException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 24/3/15
* Time: 0:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Exceptions;
Expand Down
12 changes: 7 additions & 5 deletions Exceptions/InvalidSerieIdException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 24/3/15
* Time: 0:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Exceptions;
Expand Down
12 changes: 7 additions & 5 deletions Exceptions/InvalidStoryIdException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 24/3/15
* Time: 0:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Exceptions;
Expand Down
12 changes: 7 additions & 5 deletions Factories/AbstractFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 25/3/15
* Time: 23:36
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Factories;
Expand Down
12 changes: 7 additions & 5 deletions Factories/CharacterFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 23/3/15
* Time: 13:20
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Factories;
Expand Down
12 changes: 7 additions & 5 deletions Factories/ComicFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 23/3/15
* Time: 13:20
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Factories;
Expand Down
12 changes: 7 additions & 5 deletions Factories/CreatorFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 23/3/15
* Time: 13:20
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Factories;
Expand Down
12 changes: 7 additions & 5 deletions Factories/EventFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 23/3/15
* Time: 13:20
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Factories;
Expand Down
12 changes: 7 additions & 5 deletions Factories/SerieFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 23/3/15
* Time: 13:20
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Factories;
Expand Down
12 changes: 7 additions & 5 deletions Factories/StoryFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 23/3/15
* Time: 13:20
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Factories;
Expand Down
12 changes: 7 additions & 5 deletions Lib/Authentication.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 28/3/15
* Time: 12:55
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Lib;
Expand Down
12 changes: 7 additions & 5 deletions Lib/Client.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 22/3/15
* Time: 12:29
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Lib;
Expand Down
12 changes: 7 additions & 5 deletions Model/Collections/CharactersCollection.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 22/3/15
* Time: 11:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Model\Collections;
Expand Down
12 changes: 7 additions & 5 deletions Model/Collections/ComicsCollection.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 22/3/15
* Time: 11:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Model\Collections;
Expand Down
12 changes: 7 additions & 5 deletions Model/Collections/CreatorsCollection.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 22/3/15
* Time: 11:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Model\Collections;
Expand Down
12 changes: 7 additions & 5 deletions Model/Collections/EventsCollection.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 22/3/15
* Time: 11:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Model\Collections;
Expand Down
12 changes: 7 additions & 5 deletions Model/Collections/SeriesCollection.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: isselguberna
* Date: 22/3/15
* Time: 11:05
/*
* This file is part of the MarvelAPIBundle package.
*
* (c) Issel Guberna <issel.guberna@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Octante\MarvelAPIBundle\Model\Collections;
Expand Down
Loading

0 comments on commit 2c5e8ef

Please sign in to comment.