Skip to content

Commit de33442

Browse files
author
markus-moser
committed
remove setAttributes() from ActivityStoreEntryInterface => direct attribute manipulation is not allowed
1 parent 736ee46 commit de33442

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Model/ActivityStoreEntry/ActivityStoreEntryInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ public function setImplementationClass($implementationClass);
139139
*/
140140
public function getAttributes();
141141

142-
/**
143-
* @param array $attributes
144-
*
145-
* @return void
146-
*/
147-
public function setAttributes(array $attributes);
148142

149143
/**
150144
* @return array

0 commit comments

Comments
 (0)