Completed
Pull Request — master (#40)
by Raí
06:00
created
Bludata/Doctrine/ORM/Traits/ToArrayTrait.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Bludata\Doctrine\ORM\Traits;
4 4
 
5
-trait ToArrayTrait
6
-{
5
+trait ToArrayTrait {
7 6
     public function toArray(array $options = []): array
8 7
     {
9 8
         $reflectionProperty = new ReflectionProperty(get_called_class(), $key);
Please login to merge, or discard this patch.
Bludata/Doctrine/Common/Annotations/RulePersist.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,7 @@
 block discarded – undo
6 6
  * @Annotation
7 7
  * @Target({"PROPERTY"})
8 8
  */
9
-class RulePersist
10
-{
9
+class RulePersist {
11 10
     /**
12 11
      * @Enum({"STORE", "UPDATE", "*"})
13 12
      */
Please login to merge, or discard this patch.