Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
- Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 2, 2017
1 parent a880810 commit 55db51d
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/IPub/Images/Application/ImageResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package iPublikuj:Images!
* @subpackage Application
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
class ImageResponse extends Nette\Object implements Application\IResponse
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/Application/Presenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @package iPublikuj:Images!
* @subpackage Application
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
class ImagesPresenter extends Nette\Object implements Application\IPresenter
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/Application/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @package iPublikuj:Images!
* @subpackage Application
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
class Route extends Application\Routers\Route
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/DI/ImagesExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @package iPublikuj:Images!
* @subpackage DI
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
class ImagesExtension extends DI\CompilerExtension
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/Helpers/Converters.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @package iPublikuj:Images!
* @subpackage Helpers
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
class Converters
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/ImagesLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @package iPublikuj:Images!
* @subpackage common
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
final class ImagesLoader extends Nette\Object
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/Latte/Macros.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @package iPublikuj:Images!
* @subpackage Latte
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
final class Macros extends MacroSet
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/Providers/IProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @package iPublikuj:Images!
* @subpackage Providers
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
interface IProvider
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/Providers/PresenterProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @package iPublikuj:Images!
* @subpackage Providers
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
class PresenterProvider extends Nette\Object implements IProvider
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/TImages.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @package iPublikuj:Images!
* @subpackage common
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
trait TImages
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/Templating/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @package iPublikuj:Images!
* @subpackage Templating
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
final class Helpers extends Nette\Object
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/Validators/IValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @package iPublikuj:Images!
* @subpackage Validators
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
*/
interface IValidator
{
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/Images/Validators/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @package iPublikuj:Images!
* @subpackage Validators
*
* @author Adam Kadlec <adam.kadlec@fastybird.com>
* @author Adam Kadlec <adam.kadlec@ipublikuj.eu>
* @inspiredBy dotBlue <http://dotblue.net>
*/
class Validator extends Nette\Object implements IValidator
Expand Down

0 comments on commit 55db51d

Please sign in to comment.