Skip to content

Commit 9f0316a

Browse files
committed
fixing return types
1 parent 3be2c9a commit 9f0316a

File tree

176 files changed

+244
-227
lines changed

Some content is hidden

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

176 files changed

+244
-227
lines changed

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

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

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

77
namespace PHPPgAdmin\Controller;

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

77
namespace PHPPgAdmin\Controller;

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

77
namespace PHPPgAdmin\Controller;

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

77
namespace PHPPgAdmin\Controller;

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

77
namespace PHPPgAdmin\Controller;

0 commit comments

Comments
 (0)