Skip to content

Commit e994666

Browse files
committed
Creating Tag v6.0.0-RC9 at 2020-02-25 - fixes composer scripts, cleanup unused code
1 parent d8d7a7e commit e994666

File tree

211 files changed

+399
-395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+399
-395
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "huasofoundries/phppgadmin6",
3-
"version": "6.0.0-RC8",
3+
"version": "6.0.0-RC9",
44
"description": "Like phpmyadmin but for postgres",
55
"type": "project",
66
"license": [

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.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 v6.0.0-RC8
4+
* PHPPgAdmin v6.0.0-RC9
55
*/
66

77
// This section is made to be able to parse requests coming from PHP Builtin webserver

src/classes/ADORecordSet.php

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

33
/**
4-
* PHPPgAdmin v6.0.0-RC8
4+
* PHPPgAdmin v6.0.0-RC9
55
*/
66

77
namespace PHPPgAdmin;
@@ -22,8 +22,6 @@ class ADORecordSet extends \ADORecordSet implements \Countable
2222
{
2323
/**
2424
* Returns the recordCount.
25-
*
26-
* @return int
2725
*/
2826
public function count(): int
2927
{

src/classes/ContainerUtils.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 v6.0.0-RC8
4+
* PHPPgAdmin v6.0.0-RC9
55
*/
66

77
namespace PHPPgAdmin;

src/controllers/AcinsertController.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 v6.0.0-RC8
4+
* PHPPgAdmin v6.0.0-RC9
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/AggregatesController.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 v6.0.0-RC8
4+
* PHPPgAdmin v6.0.0-RC9
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/AlldbController.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 v6.0.0-RC8
4+
* PHPPgAdmin v6.0.0-RC9
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/BaseController.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 v6.0.0-RC8
4+
* PHPPgAdmin v6.0.0-RC9
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/BrowserController.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 v6.0.0-RC8
4+
* PHPPgAdmin v6.0.0-RC9
55
*/
66

77
namespace PHPPgAdmin\Controller;

0 commit comments

Comments
 (0)