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

Commit 78a1b31

Browse files
committed
up
1 parent 3d9160a commit 78a1b31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎libs/file-utils/src/ModifyWatcher.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,25 +273,25 @@ private function collectDirMd5(string $watchDir): void
273273
}
274274

275275
/**
276-
* @return string|null
276+
* @return string
277277
*/
278-
public function getIdFile(): ?string
278+
public function getIdFile(): string
279279
{
280280
return $this->idFile;
281281
}
282282

283283
/**
284-
* @return string|null
284+
* @return string[]
285285
*/
286-
public function getWatchDir(): ?string
286+
public function getWatchDir(): array
287287
{
288288
return $this->watchDirs;
289289
}
290290

291291
/**
292-
* @return string|null
292+
* @return string
293293
*/
294-
public function getDirMd5(): ?string
294+
public function getDirMd5(): string
295295
{
296296
return $this->dirMd5;
297297
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /