Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Code Style update
Browse files Browse the repository at this point in the history
  • Loading branch information
zibios committed Feb 25, 2018
1 parent 3f024be commit 987a7a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions src/Model/Task/TaskResourceModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
* @SuppressWarnings(PHPMD.ExcessivePublicCount)
* @SuppressWarnings(PHPMD.TooManyMethods)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class TaskResourceModel extends AbstractModel implements ResourceModelInterface
{
Expand Down
5 changes: 1 addition & 4 deletions src/SerializerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ class SerializerFactory
*/
public static function create()
{
AnnotationRegistry::registerAutoloadNamespace(
'JMS\Serializer\Annotation',
__DIR__.'/../vendor/jms/serializer/src'
);
AnnotationRegistry::registerLoader('class_exists');

return SerializerBuilder::create()->build();
}
Expand Down

0 comments on commit 987a7a3

Please sign in to comment.