Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-03-05 21:27:03 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-03-05 21:27:03 +0300
commitd83abf63e773a6f5e227d1cc6b3108ee1e8599f1 (patch)
tree21763faa9ec24a9bed5a0dd268eacebe2ba124a6 /test/classes/VersionInformationTest.php
parent0b8edc5bde3e0c553d4c83c6148dd1ff894564be (diff)
Use PSR-12 for control structures spacing
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/classes/VersionInformationTest.php')
-rw-r--r--test/classes/VersionInformationTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/classes/VersionInformationTest.php b/test/classes/VersionInformationTest.php
index 990ed7ffb8..3ce517c67c 100644
--- a/test/classes/VersionInformationTest.php
+++ b/test/classes/VersionInformationTest.php
@@ -298,6 +298,7 @@ class VersionInformationTest extends AbstractTestCase
->will($this->returnValue($returnValue));
$i++;
}
+
/** @var VersionInformation $mockVersionInfo */
$compatible = $mockVersionInfo->getLatestCompatibleVersion($versions);
$this->assertEquals($matchedLastVersion, $compatible['version'] ?? null);