Skip to content

Commit 12a0887

Browse files
irazasyedgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1b57a76 commit 12a0887

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/Laravel/Facades/Telegram.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
* @method static \Telegram\Bot\Commands\CommandBus addCommand(\Telegram\Bot\Commands\CommandInterface|string $command)
144144
* @method static \Telegram\Bot\Commands\CommandBus removeCommand(string $name)
145145
* @method static \Telegram\Bot\Commands\CommandBus removeCommands(array $names)
146-
*
147146
*/
148147
final class Telegram extends Facade
149148
{

src/Objects/BaseObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __set(string $name, mixed $value): void
5252
* Magically map to an object class (if exists) and return data.
5353
*
5454
* @param string $property Name of the property or relation.
55-
* @param mixed $default Default value or \Closure that returns default value.
55+
* @param mixed $default Default value or \Closure that returns default value.
5656
*/
5757
protected function getPropertyValue(string $property, mixed $default = null): mixed
5858
{

tests/Fixtures/Events/ListenerSpy.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Telegram\Bot\Tests\Fixtures\Events;
44

5-
use League\Event\Listener;
6-
75
class ListenerSpy
86
{
97
public array $events = [];

0 commit comments

Comments
 (0)