Completed
Push — master ( 9c742a...1858b1 )
by Fèvre
14s
created
src/Controller/Admin/AdminController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use App\Controller\AppController;
5 5
 use Cake\Cache\Cache;
6 6
 use Cake\Core\Configure;
7
-use Cake\I18n\Number;
8 7
 use Mexitek\PHPColors\Color;
9 8
 use Widop\GoogleAnalytics\Client;
10 9
 use Widop\GoogleAnalytics\Query;
Please login to merge, or discard this patch.
src/Event/Statistics.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
      *
32 32
      * @param \Cake\Event\Event $event The event that was fired.
33 33
      *
34
-     * @return array|false
34
+     * @return string|false
35 35
      */
36 36
     public function newArticleStats(Event $event)
37 37
     {
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      *
53 53
      * @param \Cake\Event\Event $event The event that was fired.
54 54
      *
55
-     * @return array|false
55
+     * @return string|false
56 56
      */
57 57
     public function newArticleCommentStats(Event $event)
58 58
     {
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      *
74 74
      * @param \Cake\Event\Event $event The event that was fired.
75 75
      *
76
-     * @return array|false
76
+     * @return string|false
77 77
      */
78 78
     public function newArticleLikeStats(Event $event)
79 79
     {
Please login to merge, or discard this patch.