Completed
Push — master ( ac5209...0553d9 )
by Cristian
01:49
created
src/app/Http/Controllers/Auth/ResetPasswordController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
     /**
28 28
      * Get the path the user should be redirected to after password reset.
29 29
      *
30
-     * @param \Illuminate\Http\Request $request
31 30
      *
32 31
      * @return string
33 32
      */
Please login to merge, or discard this patch.
src/app/Console/Commands/PublishBackpackMiddleware.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
     /**
34 34
      * Execute the console command.
35 35
      *
36
-     * @return bool|null
36
+     * @return false|null
37 37
      */
38 38
     public function handle()
39 39
     {
@@ -71,9 +71,8 @@  discard block
 block discarded – undo
71 71
      * Replace the User model, if it was moved to App\Models\User.
72 72
      *
73 73
      * @param string $stub
74
-     * @param string $name
75 74
      *
76
-     * @return $this
75
+     * @return string
77 76
      */
78 77
     protected function makeReplacements(&$stub)
79 78
     {
Please login to merge, or discard this patch.
src/app/Http/Middleware/CheckIfAdmin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     /**
30 30
      * Answer to unauthorized access request.
31 31
      *
32
-     * @param [type] $request [description]
32
+     * @param \Illuminate\Http\Request $request [description]
33 33
      *
34 34
      * @return [type] [description]
35 35
      */
Please login to merge, or discard this patch.
src/app/Console/Commands/PublishBackpackUserModel.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
     /**
34 34
      * Execute the console command.
35 35
      *
36
-     * @return bool|null
36
+     * @return false|null
37 37
      */
38 38
     public function handle()
39 39
     {
@@ -71,9 +71,8 @@  discard block
 block discarded – undo
71 71
      * Replace the User model, if it was moved to App\Models\User.
72 72
      *
73 73
      * @param string $stub
74
-     * @param string $name
75 74
      *
76
-     * @return $this
75
+     * @return string
77 76
      */
78 77
     protected function makeReplacements(&$stub)
79 78
     {
Please login to merge, or discard this patch.
src/resources/lang/lv/base.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -34,19 +34,19 @@
 block discarded – undo
34 34
     'dashboard'              => 'Instrumentu panelis',
35 35
     'handcrafted_by'         => 'Handcrafted by',
36 36
     'powered_by'             => 'Powered by',
37
-	'my_account'             => 'Mans konts',
38
-	'update_account_info'    => 'Konta rediģēšana',
39
-	'save'                   => 'Saglabāt',
40
-	'cancel'                 => 'Atcelt',
41
-	'error'                  => 'Kļūda',
42
-	'success'                => 'Darbība veiksmīga',
43
-	'old_password_incorrect' => 'Vecā parole nav pareiza.',
44
-	'password_dont_match'    => 'Paroles nesakrīt.',
45
-	'password_empty'         => 'Pārliecinies vai abi paroļu lauki ir aizpildīti.',
46
-	'password_updated'       => 'Parole nomainīta.',
47
-	'account_updated'        => 'Konta rediģēšana veiksmīga.',
48
-	'unknown_error'          => 'Nezināma kļūda. Lūdzu mēģini vēlreiz.',
49
-	'error_saving'           => 'Kļūda saglabājot. Lūdzu mēģini vēlreiz.',
37
+    'my_account'             => 'Mans konts',
38
+    'update_account_info'    => 'Konta rediģēšana',
39
+    'save'                   => 'Saglabāt',
40
+    'cancel'                 => 'Atcelt',
41
+    'error'                  => 'Kļūda',
42
+    'success'                => 'Darbība veiksmīga',
43
+    'old_password_incorrect' => 'Vecā parole nav pareiza.',
44
+    'password_dont_match'    => 'Paroles nesakrīt.',
45
+    'password_empty'         => 'Pārliecinies vai abi paroļu lauki ir aizpildīti.',
46
+    'password_updated'       => 'Parole nomainīta.',
47
+    'account_updated'        => 'Konta rediģēšana veiksmīga.',
48
+    'unknown_error'          => 'Nezināma kļūda. Lūdzu mēģini vēlreiz.',
49
+    'error_saving'           => 'Kļūda saglabājot. Lūdzu mēģini vēlreiz.',
50 50
 
51 51
     'password_reset' => [
52 52
         'greeting' => 'Labdien!',
Please login to merge, or discard this patch.