Skip to content

Commit d1a1f6d

Browse files
committed
Update LaravelValidateServiceProvider.php
1 parent 3879ac1 commit d1a1f6d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/LaravelValidateServiceProvider.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ class LaravelValidateServiceProvider extends ServiceProvider
4040

4141
/**
4242
* Register files.
43-
*
44-
* @return void
4543
*/
46-
public function register()
44+
public function register(): void
4745
{
4846
if ($this->app->runningInConsole()) {
4947
$this->publishLangFiles();
@@ -68,10 +66,8 @@ private function publishLangFiles(): void
6866

6967
/**
7068
* Publish config file.
71-
*
72-
* @return void
7369
*/
74-
private function publishConfigFile()
70+
private function publishConfigFile(): void
7571
{
7672
$this->publishes([
7773
__DIR__.'/../config/laravel-validate.php' => config_path('laravel-validate.php'),

0 commit comments

Comments
 (0)