Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 4a7e2ea

Browse files
author
Florian Krämer
committed
Fixing doc block
1 parent 2f3426e commit 4a7e2ea

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/View/Helper/ImageHelper.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* @author Florian Krämer
1313
* @copyright 2012 - 2015 Florian Krämer
1414
* @license MIT
15+
*
16+
* @property \Cake\View\Helper\HtmlHelper $Html
1517
*/
1618
class ImageHelper extends StorageHelper {
1719

@@ -24,13 +26,6 @@ class ImageHelper extends StorageHelper {
2426
'Html'
2527
);
2628

27-
/**
28-
* Html Helper
29-
*
30-
* @var \Cake\View\Helper\HtmlHelper
31-
*/
32-
public $Html = null;
33-
3429
/**
3530
* Generates an image url based on the image record data and the used Gaufrette adapter to store it
3631
*

0 commit comments

Comments
 (0)