Skip to content

Commit ffb63b4

Browse files
Apply fixes from StyleCI (#69)
Co-authored-by: StyleCI Bot <[email protected]>
1 parent 8f0d875 commit ffb63b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function make($service)
9696
/**
9797
* Setup correct auth method based on type.
9898
*
99-
* @param $userEmail
99+
* @param $userEmail
100100
* @return void
101101
*/
102102
protected function auth($userEmail = '')
@@ -113,7 +113,7 @@ protected function auth($userEmail = '')
113113
/**
114114
* Determine and use credentials if user has set them.
115115
*
116-
* @param $userEmail
116+
* @param $userEmail
117117
* @return bool used or not
118118
*/
119119
protected function useAssertCredentials($userEmail = '')

0 commit comments

Comments
 (0)