This repository was archived by the owner on Aug 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Logger {
2929 *
3030 * @since 1.0.0
3131 *
32- * @param string $path
32+ * @var string $path
3333 */
3434 public static $ path ;
3535
@@ -38,7 +38,7 @@ class Logger {
3838 *
3939 * @since 1.0.0
4040 *
41- * @param string $filepath
41+ * @var string $filepath
4242 */
4343 public static $ filepath ;
4444
@@ -47,7 +47,7 @@ class Logger {
4747 *
4848 * @since 1.0.0
4949 *
50- * @param string $filename
50+ * @var string $filename
5151 */
5252 public static $ filename ;
5353
@@ -56,7 +56,7 @@ class Logger {
5656 *
5757 * @since 1.0.0
5858 *
59- * @param array $log
59+ * @var array $log
6060 */
6161 public static $ log ;
6262
@@ -65,7 +65,7 @@ class Logger {
6565 *
6666 * @since 1.0.0
6767 *
68- * @param array $logs
68+ * @var array $logs
6969 */
7070 public static $ logs = null ;
7171
@@ -74,7 +74,7 @@ class Logger {
7474 *
7575 * @since 1.0.0
7676 *
77- * @param int $logNumber
77+ * @var int $logNumber
7878 */
7979 public static $ logNumber ;
8080
@@ -83,7 +83,7 @@ class Logger {
8383 *
8484 * @since 1.0.0
8585 *
86- * @param int $counterLogs
86+ * @var int $counterLogs
8787 */
8888 public static $ counterLogs = 0 ;
8989
@@ -92,7 +92,7 @@ class Logger {
9292 *
9393 * @since 1.0.0
9494 *
95- * @param string $states
95+ * @var string $states
9696 */
9797 public static $ states ;
9898
You can’t perform that action at this time.
0 commit comments