Skip to content

Commit 1aae246

Browse files
authored
Merge pull request #1512 from Ultimater/fix-1508-devtools-version-showing-phalcon-version-instead-4.0.x
Fix #1508 devtools version showing phalcon version instead for 4.0.x
2 parents d6f7721 + af6158e commit 1aae246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Version extends PhVersion
2525
* @return array
2626
*/
2727
// phpcs:disable
28-
protected static function _getVersion(): array
28+
protected static function getVersion(): array
2929
{
3030
return [4, 0, 7, 0, 0];
3131
}

0 commit comments

Comments
 (0)