diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
commit | c9aa36da061816dee256a979c2ff8d2ee41824d9 (patch) | |
tree | 29f7002b80ee984b488bd047dbbd80b36bf892e9 /includes/installer/SqliteInstaller.php | |
parent | b4274e0e33eafb5e9ead9d949ebf031a9fb8363b (diff) | |
parent | d1ba966140d7a60cd5ae4e8667ceb27c1a138592 (diff) |
Merge branch 'archwiki'
# Conflicts:
# skins/ArchLinux.php
# skins/ArchLinux/archlogo.gif
Diffstat (limited to 'includes/installer/SqliteInstaller.php')
-rw-r--r-- | includes/installer/SqliteInstaller.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/includes/installer/SqliteInstaller.php b/includes/installer/SqliteInstaller.php index 19218c60..351b0223 100644 --- a/includes/installer/SqliteInstaller.php +++ b/includes/installer/SqliteInstaller.php @@ -50,7 +50,7 @@ class SqliteInstaller extends DatabaseInstaller { /** * - * @return Status: + * @return Status */ public function checkPrerequisites() { $result = Status::newGood(); @@ -98,7 +98,7 @@ class SqliteInstaller extends DatabaseInstaller { /** * Safe wrapper for PHP's realpath() that fails gracefully if it's unable to canonicalize the path. * - * @param $path string + * @param string $path * * @return string */ @@ -132,8 +132,8 @@ class SqliteInstaller extends DatabaseInstaller { } /** - * @param $dir - * @param $create bool + * @param string $dir + * @param bool $create * @return Status */ private static function dataDirOKmaybeCreate( $dir, $create = false ) { @@ -255,7 +255,7 @@ class SqliteInstaller extends DatabaseInstaller { } /** - * @param $status Status + * @param Status $status * @return Status */ public function setupSearchIndex( &$status ) { |