Completed
Branch master (02c06e)
by Pierre-Henry
33:10
created
_repository/module/fake-admin-panel/inc/class/Logger.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      * Build the log message.
75 75
      *
76 76
      * @access protected
77
-     * @return object this
77
+     * @return Logger this
78 78
      */
79 79
     protected function setLogMsg()
80 80
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      * Blocking IP address.
116 116
      *
117 117
      * @access protected
118
-     * @return object this
118
+     * @return Logger this
119 119
      */
120 120
     protected function blockIp()
121 121
     {
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
      * Write a log file with the hacher information.
130 130
      *
131 131
      * @access protected
132
-     * @return object this
132
+     * @return Logger this
133 133
      */
134 134
     protected function writeFile()
135 135
     {
Please login to merge, or discard this patch.