File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
templates/plugin/migrate/source
tests/dcg/Generator/Plugin/Migrate Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class {{ class }} extends {{ base_class }} {
8585 * {@inheritdoc}
8686 */
8787 public function getIds () {
88- $ids [' id' ][ ' type ' ] = [
88+ $ids [' id' ] = [
8989 ' type' => ' integer' ,
9090 ' unsigned' => TRUE ,
9191 ' size' => ' big' ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public function fields() {
7373 * {@inheritdoc}
7474 */
7575 public function getIds () {
76- $ ids ['id ' ][ ' type ' ] = [
76+ $ ids ['id ' ] = [
7777 'type ' => 'integer ' ,
7878 'unsigned ' => TRUE ,
7979 'size ' => 'big ' ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public function fields() {
7373 * {@inheritdoc}
7474 */
7575 public function getIds () {
76- $ ids ['id ' ][ ' type ' ] = [
76+ $ ids ['id ' ] = [
7777 'type ' => 'integer ' ,
7878 'unsigned ' => TRUE ,
7979 'size ' => 'big ' ,
You can’t perform that action at this time.
0 commit comments