Skip to content

Commit 67f689c

Browse files
committed
strict types update
1 parent 622a0ac commit 67f689c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpojeNet/PohodaSQL/Agenda.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function setUp($options = []): bool
136136
$this->setKeyColumn(\array_key_exists('ID', $this->struct) ? 'ID' : null);
137137
$this->createColumn = \array_key_exists('DatCreate', $this->struct) ? 'DatCreate' : null;
138138
$this->lastModifiedColumn = \array_key_exists('DatSave', $this->struct) ? 'DatSave' : null;
139-
$this->nameColumn = \array_key_exists('IDS', $this->struct) ? 'IDS' : null;
139+
$this->nameColumn = \array_key_exists('IDS', $this->struct) ? 'IDS' : '';
140140
$setUp = parent::setUp($options);
141141
$this->setObjectName();
142142
return $setUp;

0 commit comments

Comments
 (0)