Skip to content

Commit da06c66

Browse files
committed
Create "stub" file for IDE completion
1 parent b372dfe commit da06c66

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.stub.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
namespace Illuminate\Testing {
4+
class TestResponse
5+
{
6+
/**
7+
* Assert that the response view has a given piece
8+
* of bound data and its value is `null`.
9+
*/
10+
public function assertViewHasNull(string $key): static {}
11+
}
12+
}

0 commit comments

Comments
 (0)