Skip to content

Commit

Permalink
0063798: Do not restrict parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-wedemeier committed Jul 13, 2020
1 parent 5bd0e46 commit 8630333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ValueObjects/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ public function getKeywords()
/**
* @param string $keywords
*/
public function setKeywords(string $keywords)
public function setKeywords($keywords)
{
$this->keywords = $keywords;
}
Expand Down
2 changes: 2 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<ul>
<li>Neu: Tracking Code wird übertragen</li>
<li>Fix: Stock update reagiert jetzt auch auf die Backend Einstellung "Bestellnummer Mapping"</li>
<li>Fix: Ein kleiner Fix um Änderungen an Artikeldaten zu übertragen, die im Backend List-Editor vorgenommen wurden"</li>
</ul>
]]>
</changes>
Expand All @@ -23,6 +24,7 @@
<ul>
<li>New: Tracking code will be transferred</li>
<li>Fix: Stock update respects now backend-setting "ordernumber mapping"</li>
<li>Fix: A minor Fix to transmit article changes from Backend List-Editor"</li>
</ul>
]]>
</changes>
Expand Down

0 comments on commit 8630333

Please sign in to comment.