Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit14abfe8

Browse files
author
peterbakker
committed
styling fixes
1 parent25f6660 commit14abfe8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/Client.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public function getAccount(): Account
368368
protectedfunctiongetHttpClient()
369369
{
370370
if ($this->httpClient ===null) {
371-
$config = [
371+
$config = [
372372
'base_uri' => (
373373
($this->getOption('mode',self::MODE_LIVE) ==self::MODE_LIVE) ?
374374
self::DIRECTORY_LIVE :self::DIRECTORY_STAGING),
@@ -537,9 +537,9 @@ protected function getPath($path = null): string
537537
$userDirectory =preg_replace('/[^a-z0-9]+/','-',strtolower($this->getOption('username')));
538538

539539
return$this->getOption(
540-
'basePath',
541-
'le'
542-
) .DIRECTORY_SEPARATOR .$userDirectory . ($path ===null ?'' :DIRECTORY_SEPARATOR .$path);
540+
'basePath',
541+
'le'
542+
) .DIRECTORY_SEPARATOR .$userDirectory . ($path ===null ?'' :DIRECTORY_SEPARATOR .$path);
543543
}
544544

545545
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp