]> git.wh0rd.org - tt-rss.git/commitdiff
af_zz_imgproxy: use type hint
authorAndrew Dolgov <noreply@fakecake.org>
Sun, 3 Dec 2017 07:33:06 +0000 (10:33 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sun, 3 Dec 2017 07:33:06 +0000 (10:33 +0300)
plugins/af_zz_imgproxy/init.php

index a6f0083245673ea8b1bf26f9f4e876e663fb6f2b..935cbdbcfeb9812950e182b178687dc6ee74e69f 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 class Af_Zz_ImgProxy extends Plugin {
+
+       /* @var PluginHost $host */
        private $host;
 
        function about() {