File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2424}
2525
2626$ dirs = [
27- 'tests/_support/Controllers ' ,
2827 'tests/_support/_controller ' ,
28+ 'tests/_support/Controllers ' ,
29+ 'tests/_support/Entity ' ,
30+ 'tests/_support/Entity/Cast ' ,
31+ 'tests/_support/Models ' ,
32+ 'tests/_support/Validation ' ,
33+ 'tests/_support/View ' ,
2934 'tests/system/Config/fixtures ' ,
3035];
3136
Original file line number Diff line number Diff line change 2020/**
2121 * PHP data <==> DataSource data converter
2222 *
23+ * @template TEntity of object
24+ *
2325 * @see \CodeIgniter\DataConverter\DataConverterTest
2426 */
2527final class DataConverter
@@ -30,8 +32,6 @@ final class DataConverter
3032 private readonly DataCaster $ dataCaster ;
3133
3234 /**
33- * @template TEntity of object
34- *
3535 * @param array<string, class-string> $castHandlers Custom convert handlers
3636 *
3737 * @internal
@@ -105,8 +105,6 @@ public function toDataSource(array $phpData): array
105105 /**
106106 * Takes database data array and creates a specified type object.
107107 *
108- * @template TEntity of object
109- *
110108 * @param class-string<TEntity> $classname
111109 * @param array<string, mixed> $row Raw data from database
112110 *
You can’t perform that action at this time.
0 commit comments