Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Sep 5, 2020
1 parent 8a8a83d commit b2987c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"nette/forms": "^3.0.2",
"latte/latte": "^2.6 || ^3.0",
"nette/utils": "^3.0",
"nexendrie/utils": "^1.7",
"nexendrie/utils": "^1.8",
"symfony/polyfill-php80": "^1.18"
},
"require-dev": {
Expand Down
3 changes: 1 addition & 2 deletions src/ChatCharactersCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* @author Jakub Konečný
*/
final class ChatCharactersCollection extends \Nexendrie\Utils\Collection {
/** @var string */
protected $class = ChatCharacter::class;
protected string $class = ChatCharacter::class;
}
?>
3 changes: 1 addition & 2 deletions src/ChatMessagesCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* @author Jakub Konečný
*/
final class ChatMessagesCollection extends \Nexendrie\Utils\Collection {
/** @var string */
protected $class = ChatMessage::class;
protected string $class = ChatMessage::class;
}
?>

0 comments on commit b2987c6

Please sign in to comment.