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

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorffflabs <amenadiel@gmail.com>2020-02-26 11:38:11 +0300
committerffflabs <amenadiel@gmail.com>2020-02-26 11:38:11 +0300
commit07ec914da495f018220311bd6b46f6ce40dd5dee (patch)
tree5152c04f3072c3816b8664b9b4a1439825791997
parent2b72a6599564901461c9c537e641b58f9fe8cd62 (diff)
runs csfixer
-rw-r--r--.php_cs2
-rw-r--r--src/decorators/ActionUrlDecorator.php2
-rw-r--r--src/decorators/ArrayMergeDecorator.php2
-rw-r--r--src/decorators/BranchUrlDecorator.php2
-rw-r--r--src/decorators/CallbackDecorator.php2
-rw-r--r--src/decorators/ConcatDecorator.php2
-rw-r--r--src/decorators/Decorator.php2
-rw-r--r--src/decorators/FieldDecorator.php2
-rw-r--r--src/decorators/IfEmptyDecorator.php2
-rw-r--r--src/decorators/RedirectUrlDecorator.php2
-rw-r--r--src/decorators/ReplaceDecorator.php2
-rw-r--r--src/decorators/UrlDecorator.php2
12 files changed, 12 insertions, 12 deletions
diff --git a/.php_cs b/.php_cs
index 56cd0694..d2d4c95d 100644
--- a/.php_cs
+++ b/.php_cs
@@ -23,7 +23,7 @@ $version = $tags[$current_branch] ?? $tags['develop'];
$composer_tags = $composerinfo->extra->current_tags;
-
+var_dump($composerinfo->extra->current_tags);
if (
\array_key_exists( trim($current_branch), $tags) &&
($tags['master'] !== $composer_tags->master
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 166122e7..21d29900 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index 43273bcb..868bc06c 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index 1d0316b2..a629aa9e 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index 918daa24..9e449f32 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index 9dcdedd0..bf21e165 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index 3ca9541a..13f80778 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index 704993e0..1902b1d7 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index 027aed52..35bf4e4e 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index 1333fd3a..1faa32f2 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index abf5af2b..de4491ed 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index 66177550..4508ca7a 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
+ * PHPPgAdmin v6.0.0-RC8-17-g0a6763af
*/
namespace PHPPgAdmin\Decorators;