Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Commit 1bd7064

Browse files
committed
up
1 parent cf55fa8 commit 1bd7064

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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)