Skip to content

Commit

Permalink
Add IDE helper file (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
beblife authored Sep 5, 2022
1 parent 5fbc5b0 commit a00e10f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _ide_helpers.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Illuminate\Http {
/**
* @method \Illuminate\Http\Request validateSchema(?\Beblife\SchemaValidation\Schema $schema = null)
*/
class Request
{
}
}

0 comments on commit a00e10f

Please sign in to comment.