diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2016-02-05 21:18:02 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2016-02-05 21:51:58 +0300 |
commit | b91bc80ea41c4827119acb57c10406826e6cd64c (patch) | |
tree | 8b06522e9f0dbd24a230f013b61deb50934c23bc /core/command/integrity/checkcore.php | |
parent | fef7fc12480207f13732f68f097d28dfbd84b2d5 (diff) | |
download | nextcloud-server-b91bc80ea41c4827119acb57c10406826e6cd64c.tar.gz nextcloud-server-b91bc80ea41c4827119acb57c10406826e6cd64c.zip |
Optional path parameter
Diffstat (limited to 'core/command/integrity/checkcore.php')
-rw-r--r-- | core/command/integrity/checkcore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/integrity/checkcore.php b/core/command/integrity/checkcore.php index 366076441ee..a1602b8c2ec 100644 --- a/core/command/integrity/checkcore.php +++ b/core/command/integrity/checkcore.php @@ -36,7 +36,7 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; /** - * Class SignApp + * Class CheckCore * * @package OC\Core\Command\Integrity */ |