Completed
Push — master ( ca30df...9c9dd6 )
by Joschi
03:13
created
src/Dev/Tests/AbstractTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
         $array = $this->sortArrayRecursive($array);
95 95
         usort(
96 96
             $array,
97
-            function (
97
+            function(
98 98
                 $first,
99 99
                 $second
100 100
             ) {
Please login to merge, or discard this patch.
src/Dev/Infrastructure/Factory/ObjectFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
      * @param \DateTimeInterface $creationDate Creation date
113 113
      * @return ObjectInterface Article
114 114
      */
115
-    protected function createArticle(\DateTimeInterface $creationDate, ObjectMutatorInterface &$objectMutator = null)
115
+    protected function createArticle(\DateTimeInterface $creationDate, ObjectMutatorInterface & $objectMutator = null)
116 116
     {
117 117
         /** @var ObjectMutatorInterface $objectMutator */
118 118
         $objectMutator = Kernel::create(ArticleObjectMutator::class);
Please login to merge, or discard this patch.