@@ -2803,7 +2803,7 @@ public function __construct(Router $router, Responder $responder, array $propert
2803
2803
$ this ->reflection = $ reflection ;
2804
2804
}
2805
2805
2806
- private function handleColumns (String $ method , String $ path , String $ databaseName , String $ tableName) : void
2806
+ private function handleColumns (String $ method , String $ path , String $ databaseName , String $ tableName/* : void*/
2807
2807
{
2808
2808
$ columnHandler = $ this ->getProperty ('columnHandler ' , '' );
2809
2809
if ($ columnHandler ) {
@@ -2817,7 +2817,7 @@ private function handleColumns(String $method, String $path, String $databaseNam
2817
2817
}
2818
2818
}
2819
2819
2820
- private function handleTable (String $ method , String $ path , String $ databaseName , String $ tableName) : void
2820
+ private function handleTable (String $ method , String $ path , String $ databaseName , String $ tableName/* : void*/
2821
2821
{
2822
2822
if (!$ this ->reflection ->hasTable ($ tableName )) {
2823
2823
return ;
@@ -2833,7 +2833,7 @@ private function handleTable(String $method, String $path, String $databaseName,
2833
2833
}
2834
2834
}
2835
2835
2836
- private function handleJoinTables (String $ method , String $ path , String $ databaseName , array $ joinParameters) : void
2836
+ private function handleJoinTables (String $ method , String $ path , String $ databaseName , array $ joinParameters/* : void*/
2837
2837
{
2838
2838
$ uniqueTableNames = array ();
2839
2839
foreach ($ joinParameters as $ joinParameter ) {
@@ -2847,7 +2847,7 @@ private function handleJoinTables(String $method, String $path, String $database
2847
2847
}
2848
2848
}
2849
2849
2850
- private function handleAllTables (String $ method , String $ path , String $ databaseName) : void
2850
+ private function handleAllTables (String $ method , String $ path , String $ databaseName/* : void*/
2851
2851
{
2852
2852
$ tableNames = $ this ->reflection ->getTableNames ();
2853
2853
foreach ($ tableNames as $ tableName ) {
@@ -3231,7 +3231,7 @@ private function set(String $path, String $value) /*: void*/
3231
3231
$ current = $ value ;
3232
3232
}
3233
3233
3234
- public function setPaths (DatabaseDefinition $ database) : void
3234
+ public function setPaths (DatabaseDefinition $ database/* : void*/
3235
3235
{
3236
3236
$ result = [];
3237
3237
foreach ($ database ->getTables () as $ database ) {
0 commit comments