Skip to content

Commit ed1ae2c

Browse files
committed
Fixing code standard problems caused by release script
1 parent 195f7a3 commit ed1ae2c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/Version.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<?php
2+
3+
declare(strict_types=1);
4+
25
global $SEGMENT_VERSION;
3-
$SEGMENT_VERSION = "3.8.1";
6+
7+
$SEGMENT_VERSION = '3.8.1';

0 commit comments

Comments
 (0)