Skip to content

Commit

Permalink
Fix PHPCS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 28, 2015
1 parent a4b6a1d commit 207235a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View/CrudView.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use CrudView\Traits\CrudViewConfigTrait;

/**
* @property \AssetCompress\View\Helper\AssetCompressHelper $AssetCompress
*/
* @property \AssetCompress\View\Helper\AssetCompressHelper $AssetCompress
*/
class CrudView extends View
{
use CrudViewConfigTrait;
Expand Down

0 comments on commit 207235a

Please sign in to comment.