Skip to content

Commit

Permalink
Creating Tag v6.0.1 at 2020-05-24 - fixes warning when trying to bind…
Browse files Browse the repository at this point in the history
… a static function to the router
  • Loading branch information
ffflabs committed May 25, 2020
1 parent a05d5bf commit 4552479
Show file tree
Hide file tree
Showing 235 changed files with 235 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

use Ergebnis\PhpCsFixer\Config;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"vimeo/psalm": "^3.9"
},
"extra": {
"version": "6.0.0"
"version": "6.0.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

// This section is made to be able to parse requests coming from PHP Builtin webserver
Expand Down
2 changes: 1 addition & 1 deletion src/classes/ADORecordSet.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin;
Expand Down
2 changes: 1 addition & 1 deletion src/classes/ADOdbException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin;
Expand Down
2 changes: 1 addition & 1 deletion src/classes/ArrayRecordSet.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin;
Expand Down
2 changes: 1 addition & 1 deletion src/classes/ContainerUtils.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin;
Expand Down
2 changes: 1 addition & 1 deletion src/classes/Misc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin;
Expand Down
2 changes: 1 addition & 1 deletion src/classes/Translations.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin;
Expand Down
2 changes: 1 addition & 1 deletion src/classes/ViewManager.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/AcinsertController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/AggregatesController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/AlldbController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/BaseController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/BrowserController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/CastsController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/ColpropertiesController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/ConstraintsController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/ConversionsController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/DatabaseController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/DataexportController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/DataimportController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/DbexportController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/DisplayController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/DomainsController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/FulltextController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/FunctionsController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/GroupsController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/HelpController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/HistoryController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/IndexesController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/InfoController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/IntroController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/LanguagesController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/LoginController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/MaterializedviewpropertiesController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/MaterializedviewsController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/OpclassesController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/OperatorsController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/PrivilegesController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/RolesController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/RulesController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/SchemasController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* PHPPgAdmin 6.0.0
* PHPPgAdmin 6.0.1
*/

namespace PHPPgAdmin\Controller;
Expand Down
Loading

0 comments on commit 4552479

Please sign in to comment.