Skip to content

Commit b53671d

Browse files
Fixed code-style
1 parent 6a47d95 commit b53671d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ide_helper/_ide_helper_macro.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
2+
23
/** @noinspection all */
34

45
namespace Illuminate\Http\Client {
5-
66
/**
77
* @method $this toData(\Closure|string $class, int|string|null $key = null)
88
* @method $this toDataCollection(\Closure|string $class, int|string|null $key = null)

ide_helper/_ide_helper_macro_static.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
2+
23
/** @noinspection all */
34

45
namespace Illuminate\Http\Client {
5-
66
/**
77
* @method static $this toData(\Closure|string $class, int|string|null $key = null)
88
* @method static $this toDataCollection(\Closure|string $class, int|string|null $key = null)

0 commit comments

Comments
 (0)