Completed
Push — master ( bdc319...a34d67 )
by Sam
02:11
created
code/MSSQLDatabaseConfigurationHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -182,6 +182,9 @@
 block discarded – undo
182 182
         );
183 183
     }
184 184
 
185
+    /**
186
+     * @return string
187
+     */
185 188
     public function getDatabaseVersion($databaseConfig)
186 189
     {
187 190
         $conn = $this->createConnection($databaseConfig, $error);
Please login to merge, or discard this patch.
code/MSSQLSchemaManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
      * Check if a fulltext index exists on a particular table name.
98 98
      *
99 99
      * @param string $tableName
100
-     * @return boolean TRUE index exists | FALSE index does not exist | NULL no support
100
+     * @return null|boolean TRUE index exists | FALSE index does not exist | NULL no support
101 101
      */
102 102
     public function fulltextIndexExists($tableName)
103 103
     {
Please login to merge, or discard this patch.