Skip to content

Commit 6a47d95

Browse files
Added helpers for IDE
1 parent ebfb423 commit 6a47d95

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

ide_helper/_ide_helper_macro.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
/** @noinspection all */
3+
4+
namespace Illuminate\Http\Client {
5+
6+
/**
7+
* @method $this toData(\Closure|string $class, int|string|null $key = null)
8+
* @method $this toDataCollection(\Closure|string $class, int|string|null $key = null)
9+
*/
10+
class Response {}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
/** @noinspection all */
3+
4+
namespace Illuminate\Http\Client {
5+
6+
/**
7+
* @method static $this toData(\Closure|string $class, int|string|null $key = null)
8+
* @method static $this toDataCollection(\Closure|string $class, int|string|null $key = null)
9+
*/
10+
class Response {}
11+
}

0 commit comments

Comments
 (0)