Skip to content

Commit 07ec914

Browse files
committed
runs csfixer
1 parent 2b72a65 commit 07ec914

12 files changed

+12
-12
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $version = $tags[$current_branch] ?? $tags['develop'];
2323

2424

2525
$composer_tags = $composerinfo->extra->current_tags;
26-
26+
var_dump($composerinfo->extra->current_tags);
2727
if (
2828
\array_key_exists( trim($current_branch), $tags) &&
2929
($tags['master'] !== $composer_tags->master

src/decorators/ActionUrlDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin vv6.0.0-RC8-16-g13de173f
4+
* PHPPgAdmin v6.0.0-RC8-17-g0a6763af
55
*/
66

77
namespace PHPPgAdmin\Decorators;

src/decorators/ArrayMergeDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin vv6.0.0-RC8-16-g13de173f
4+
* PHPPgAdmin v6.0.0-RC8-17-g0a6763af
55
*/
66

77
namespace PHPPgAdmin\Decorators;

src/decorators/BranchUrlDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin vv6.0.0-RC8-16-g13de173f
4+
* PHPPgAdmin v6.0.0-RC8-17-g0a6763af
55
*/
66

77
namespace PHPPgAdmin\Decorators;

src/decorators/CallbackDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin vv6.0.0-RC8-16-g13de173f
4+
* PHPPgAdmin v6.0.0-RC8-17-g0a6763af
55
*/
66

77
namespace PHPPgAdmin\Decorators;

src/decorators/ConcatDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin vv6.0.0-RC8-16-g13de173f
4+
* PHPPgAdmin v6.0.0-RC8-17-g0a6763af
55
*/
66

77
namespace PHPPgAdmin\Decorators;

src/decorators/Decorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin vv6.0.0-RC8-16-g13de173f
4+
* PHPPgAdmin v6.0.0-RC8-17-g0a6763af
55
*/
66

77
namespace PHPPgAdmin\Decorators;

src/decorators/FieldDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin vv6.0.0-RC8-16-g13de173f
4+
* PHPPgAdmin v6.0.0-RC8-17-g0a6763af
55
*/
66

77
namespace PHPPgAdmin\Decorators;

src/decorators/IfEmptyDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin vv6.0.0-RC8-16-g13de173f
4+
* PHPPgAdmin v6.0.0-RC8-17-g0a6763af
55
*/
66

77
namespace PHPPgAdmin\Decorators;

src/decorators/RedirectUrlDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin vv6.0.0-RC8-16-g13de173f
4+
* PHPPgAdmin v6.0.0-RC8-17-g0a6763af
55
*/
66

77
namespace PHPPgAdmin\Decorators;

0 commit comments

Comments
 (0)