From bf9f8f702f8f8847d95e7a6c79771ccf93370344 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 9 Mar 2022 10:45:22 -0600 Subject: [PATCH] fix doc block --- src/Illuminate/Filesystem/FilesystemAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Filesystem/FilesystemAdapter.php b/src/Illuminate/Filesystem/FilesystemAdapter.php index 3e87c798abe7..15ee6a678534 100644 --- a/src/Illuminate/Filesystem/FilesystemAdapter.php +++ b/src/Illuminate/Filesystem/FilesystemAdapter.php @@ -149,7 +149,7 @@ public function assertMissing($path) } /** - * Determine if a directory is empty. + * Assert that the given directory is empty. * * @param string $path * @return $this