Skip to content

Commit 873c3de

Browse files
authored
Merge pull request #1447 from chesn0k/chesn0k-patch-1
Fix private_only property annotation in Command.php
2 parents e243fc1 + c526ba5 commit 873c3de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Commands/Command.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ abstract class Command
128128
*/
129129
protected $need_mysql = false;
130130

131-
/*
132-
* Make sure this command only executes on a private chat.
133-
*
134-
* @var bool
135-
*/
131+
/**
132+
* Make sure this command only executes on a private chat.
133+
*
134+
* @var bool
135+
*/
136136
protected $private_only = false;
137137

138138
/**

0 commit comments

Comments
 (0)