Skip to content

Commit

Permalink
Merge pull request #5 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
Added helpers for IDE
  • Loading branch information
andrey-helldar authored Aug 23, 2024
2 parents 31c7850 + b53671d commit 38e334f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ide_helper/_ide_helper_macro.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

/** @noinspection all */

namespace Illuminate\Http\Client {
/**
* @method $this toData(\Closure|string $class, int|string|null $key = null)
* @method $this toDataCollection(\Closure|string $class, int|string|null $key = null)
*/
class Response {}
}
11 changes: 11 additions & 0 deletions ide_helper/_ide_helper_macro_static.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

/** @noinspection all */

namespace Illuminate\Http\Client {
/**
* @method static $this toData(\Closure|string $class, int|string|null $key = null)
* @method static $this toDataCollection(\Closure|string $class, int|string|null $key = null)
*/
class Response {}
}

0 comments on commit 38e334f

Please sign in to comment.