Skip to content

Commit a2ebf0a

Browse files
committed
fix: composer run cs:fix
Signed-off-by: Cleopatra Enjeck M. <[email protected]>
1 parent 3b41954 commit a2ebf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AppInfo/Capabilities.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function getCapabilities(): array {
2626
Application::APP_ID => [
2727
'api_version' => Application::$API_VERSIONS,
2828
'version' => $this->appManager->getAppVersion(Application::APP_ID),
29-
'notes_path' => $this->userId !== null && $this->userId !== " " ? $this->noteUtil->getNotesFolderUserPath($this->userId) : null,
29+
'notes_path' => $this->userId !== null && $this->userId !== ' ' ? $this->noteUtil->getNotesFolderUserPath($this->userId) : null,
3030
],
3131
];
3232
}

0 commit comments

Comments
 (0)