From: Aaron Schulz Date: Mon, 19 Sep 2016 18:19:04 +0000 (-0700) Subject: Fix minor SqliteInstaller IDEA warning X-Git-Tag: 1.31.0-rc.0~5451^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=e962645d18592fbf4acacec4c12f5634868ed10f;p=lhc%2Fweb%2Fwiklou.git Fix minor SqliteInstaller IDEA warning Change-Id: I13f6adebf436c40c3c8555fd2fe95db161ab1a8b --- diff --git a/includes/installer/SqliteInstaller.php b/includes/installer/SqliteInstaller.php index d59c16294d..bbd3431a1e 100644 --- a/includes/installer/SqliteInstaller.php +++ b/includes/installer/SqliteInstaller.php @@ -268,6 +268,11 @@ EOT; return $this->getConnection(); } + /** + * @param $dir + * @param $db + * @return Status + */ protected function makeStubDBFile( $dir, $db ) { $file = DatabaseSqlite::generateFileName( $dir, $db ); if ( file_exists( $file ) ) {