File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Tqdev/PhpCrudApi/OpenApi Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3857,7 +3857,7 @@ public function build(): OpenApiDefinition
3857
3857
$ this ->openapi ->set ("components|responses|rows_affected|content|application/json|schema|format " , "int64 " );
3858
3858
$ tableReferences = $ this ->getAllTableReferences ();
3859
3859
foreach ($ tableNames as $ tableName ) {
3860
- $ references = isset ($ tableReferences [$ tableName ])? $ tableReferences [$ tableName ]: array ();
3860
+ $ references = isset ($ tableReferences [$ tableName ]) ? $ tableReferences [$ tableName ] : array ();
3861
3861
$ this ->setComponentSchema ($ tableName , $ references );
3862
3862
$ this ->setComponentResponse ($ tableName );
3863
3863
$ this ->setComponentRequestBody ($ tableName );
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public function build(): OpenApiDefinition
90
90
$ this ->openapi ->set ("components|responses|rows_affected|content|application/json|schema|format " , "int64 " );
91
91
$ tableReferences = $ this ->getAllTableReferences ();
92
92
foreach ($ tableNames as $ tableName ) {
93
- $ references = isset ($ tableReferences [$ tableName ])? $ tableReferences [$ tableName ]: array ();
93
+ $ references = isset ($ tableReferences [$ tableName ]) ? $ tableReferences [$ tableName ] : array ();
94
94
$ this ->setComponentSchema ($ tableName , $ references );
95
95
$ this ->setComponentResponse ($ tableName );
96
96
$ this ->setComponentRequestBody ($ tableName );
You can’t perform that action at this time.
0 commit comments