Skip to content

Commit

Permalink
PHP CS fixer part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Sep 19, 2017
1 parent ccd973e commit e72f847
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions Classes/Controller/TestController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Test controller.
*
*/

namespace HDNET\Focuspoint\Controller;
Expand All @@ -10,7 +9,6 @@

/**
* Test controller.
*
*/
class TestController extends ActionController
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/Wizard/FocuspointController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Wizard controller.
*
*/

namespace HDNET\Focuspoint\Controller\Wizard;
Expand All @@ -21,7 +20,6 @@

/**
* Wizard controller.
*
*/
class FocuspointController
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Domain/Model/AbstractModel.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Model abstraction.
*
*/

namespace HDNET\Focuspoint\Domain\Model;
Expand All @@ -10,7 +9,6 @@

/**
* Model abstraction.
*
*/
abstract class AbstractModel extends AbstractEntity
{
Expand Down
1 change: 0 additions & 1 deletion Classes/Domain/Model/Content.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Content.
*
*/

namespace HDNET\Focuspoint\Domain\Model;
Expand Down
1 change: 0 additions & 1 deletion Classes/Domain/Model/FileMetadata.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* File metadata.
*
*/

namespace HDNET\Focuspoint\Domain\Model;
Expand Down
1 change: 0 additions & 1 deletion Classes/Domain/Model/FileReference.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* File metadata.
*
*/

namespace HDNET\Focuspoint\Domain\Model;
Expand Down
1 change: 0 additions & 1 deletion Classes/Domain/Model/FileStandalone.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* File standalone.
*
*/

namespace HDNET\Focuspoint\Domain\Model;
Expand Down
1 change: 0 additions & 1 deletion Classes/Hooks/FileList.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Extends the file list.
*
*/

namespace HDNET\Focuspoint\Hooks;
Expand Down
1 change: 0 additions & 1 deletion Classes/Hooks/GetData.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Get data for focuspoint.
*
*/

namespace HDNET\Focuspoint\Hooks;
Expand Down
1 change: 0 additions & 1 deletion Classes/Hooks/GroupItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*
* NOTE: In 7.0 the interface is changed, becuse the $parentObject do not use a type hint anymore
* That is the reason of the DIRTY abstract class in front of the concrete implementation
*
*/

namespace HDNET\Focuspoint\Hooks;
Expand Down
1 change: 0 additions & 1 deletion Classes/Hooks/InlineRecord.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Hook into the inline icons.
*
*/

namespace HDNET\Focuspoint\Hooks;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Service/AbstractService.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Service abstraction.
*
*/

namespace HDNET\Focuspoint\Service;
Expand All @@ -10,7 +9,6 @@

/**
* Service abstraction.
*
*/
abstract class AbstractService implements SingletonInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Service/DimensionService.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Calc dimensions for focus point cropping.
*
*/

namespace HDNET\Focuspoint\Service;
Expand All @@ -11,7 +10,6 @@

/**
* Calc dimensions for focus point cropping.
*
*/
class DimensionService extends AbstractService
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Service/FocusCropService.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Crop images via focus crop.
*
*/

namespace HDNET\Focuspoint\Service;
Expand All @@ -20,7 +19,6 @@

/**
* Crop images via focus crop.
*
*/
class FocusCropService extends AbstractService
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Service/TcaService.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* TcaService.
*
*/

namespace HDNET\Focuspoint\Service;
Expand All @@ -11,7 +10,6 @@

/**
* TcaService.
*
*/
class TcaService extends AbstractService
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Utility/FileUtility.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Utility functions for files.
*
*/

namespace HDNET\Focuspoint\Utility;
Expand All @@ -11,7 +10,6 @@

/**
* Utility functions for files.
*
*/
class FileUtility
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Utility/GlobalUtility.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Access global variables.
*
*/

namespace HDNET\Focuspoint\Utility;
Expand All @@ -10,7 +9,6 @@

/**
* Access global variables.
*
*/
class GlobalUtility
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Utility/TcaUtility.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* TCA functions.
*
*/

namespace HDNET\Focuspoint\Utility;
Expand All @@ -10,7 +9,6 @@

/**
* TCA functions.
*
*/
class TcaUtility
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/ViewHelpers/ImageViewHelper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Override the ViewHelper with ratio.
*
*/

namespace HDNET\Focuspoint\ViewHelpers;
Expand All @@ -13,7 +12,6 @@

/**
* Override the ViewHelper with ratio.
*
*/
class ImageViewHelper extends \TYPO3\CMS\Fluid\ViewHelpers\ImageViewHelper
{
Expand Down
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Uri/ImageViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

/**
* Get the URI of the cropped image.
*
*/

namespace HDNET\Focuspoint\ViewHelpers\Uri;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Xclass/LocalCropScaleMaskHelper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Local crop scale mask helper (overwrite).
*
*/

namespace HDNET\Focuspoint\Xclass;
Expand All @@ -17,7 +16,6 @@

/**
* Local crop scale mask helper (overwrite).
*
*/
class LocalCropScaleMaskHelper extends \TYPO3\CMS\Core\Resource\Processing\LocalCropScaleMaskHelper
{
Expand Down
1 change: 0 additions & 1 deletion Tests/Unit/Service/DimensionServiceTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* @todo General file information
*
*/

namespace HDNET\Focuspoint\Tests\Unit\Service;
Expand Down

0 comments on commit e72f847

Please sign in to comment.