Skip to content

Commit 4cf8ad6

Browse files
MichaelGHSegclaude
andcommitted
Fix Version.php code style for CI compliance
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bb309af commit 4cf8ad6

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.2";
6+
7+
$SEGMENT_VERSION = '3.8.2';

0 commit comments

Comments
 (0)