kashi326 / inertia-react-laravel-template

Class method doesn't comply with PSR standards PHP-C1001
Style
Major
2 years ago2 years old
Class method test_example() doesn't comply with the PSR standard
11     *
12     * @return void
13     */
14    public function test_example()15    {
16        $this->assertTrue(true);
17    }
Class method test_example() doesn't comply with the PSR standard
12     *
13     * @return void
14     */
15    public function test_example()16    {
17        $response = $this->get('/');
18