Skip to content

Commit 38e334f

Browse files
Merge pull request #5 from TheDragonCode/1.x
Added helpers for IDE
2 parents 31c7850 + b53671d commit 38e334f

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+
3+
/** @noinspection all */
4+
5+
namespace Illuminate\Http\Client {
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+
3+
/** @noinspection all */
4+
5+
namespace Illuminate\Http\Client {
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)