Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 28, 2022
1 parent e85730d commit afc6f6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions pint.json
@@ -0,0 +1,12 @@
{
"preset": "laravel",
"rules": {
"native_function_invocation": {
"include": ["@compiler_optimized"],
"scope": "namespaced",
"strict": true
},
"no_superfluous_phpdoc_tags": false,
"php_unit_method_casing": false
}
}
3 changes: 1 addition & 2 deletions src/Log/Console.php
Expand Up @@ -60,8 +60,7 @@ public function error(string $message): void
}

/**
* @param string $content
*
* @param string $content
* @return void
*/
public function write($content)
Expand Down
1 change: 0 additions & 1 deletion tests/Feature/TestCase.php
Expand Up @@ -10,7 +10,6 @@ abstract class TestCase extends Testing
* Get package providers.
*
* @param \Illuminate\Foundation\Application $app
*
* @return array
*/
protected function getPackageProviders($app)
Expand Down

0 comments on commit afc6f6d

Please sign in to comment.