Test Failed
Branch master (ac7191)
by Peter
03:23
created
lib/RIM/Act/Authorization.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     public function __construct(Consent $consent)
59 59
     {
60 60
         $this->setAcceptableTypeCodes(TypeCodeInterface::ActRelationshipType)
61
-          ->setTypeCode(TypeCodeInterface::AUTHORIZED_BY);
61
+            ->setTypeCode(TypeCodeInterface::AUTHORIZED_BY);
62 62
         $this->setConsent($consent);
63 63
     }
64 64
 
Please login to merge, or discard this patch.
lib/RIM/Act/Encounter.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -89,9 +89,9 @@
 block discarded – undo
89 89
     {
90 90
         // class code and mood care are required.
91 91
         $this->setAcceptableClassCodes(ClassCodeInterface::ActClass)
92
-          ->setAcceptableMoodCodes(MoodCodeInterface::x_DocumentEncounterMood)
93
-          ->setClassCode('')
94
-          ->setMoodCode('');
92
+            ->setAcceptableMoodCodes(MoodCodeInterface::x_DocumentEncounterMood)
93
+            ->setClassCode('')
94
+            ->setMoodCode('');
95 95
     }
96 96
 
97 97
     /**
Please login to merge, or discard this patch.
lib/RIM/Act/Act.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,9 +85,9 @@
 block discarded – undo
85 85
     public function __construct()
86 86
     {
87 87
         $this->setAcceptableClassCodes(ClassCodeInterface::x_ActClassDocumentEntryAct)
88
-          ->setAcceptableMoodCodes(MoodCodeInterface::x_DocumentActMood)
89
-          ->setMoodCode(MoodCodeInterface::EVENT)
90
-          ->setClassCode(ClassCodeInterface::ACT);
88
+            ->setAcceptableMoodCodes(MoodCodeInterface::x_DocumentActMood)
89
+            ->setMoodCode(MoodCodeInterface::EVENT)
90
+            ->setClassCode(ClassCodeInterface::ACT);
91 91
     }
92 92
 
93 93
 
Please login to merge, or discard this patch.
lib/RIM/Act/ObservationRange.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -65,9 +65,9 @@
 block discarded – undo
65 65
     public function __construct()
66 66
     {
67 67
         $this->setAcceptableClassCodes(array_merge([''], ClassCodeInterface::ActClassObservation))
68
-          ->setAcceptableMoodCodes(['', MoodCodeInterface::EVENT_CRITERION])
69
-          ->setClassCode('')
70
-          ->setMoodCode('');
68
+            ->setAcceptableMoodCodes(['', MoodCodeInterface::EVENT_CRITERION])
69
+            ->setClassCode('')
70
+            ->setMoodCode('');
71 71
     }
72 72
 
73 73
     /**
Please login to merge, or discard this patch.
lib/RIM/Act/OrganizerComponent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     public function __construct($choice = null)
74 74
     {
75 75
         $this->setAcceptableTypeCodes(TypeCodeInterface::ActRelationshipHasComponent)
76
-          ->setTypeCode('');
76
+            ->setTypeCode('');
77 77
         if ($choice instanceOf Act) {
78 78
             $this->setAct($choice);
79 79
         } elseif ($choice instanceOf Encounter) {
Please login to merge, or discard this patch.
lib/RIM/Act/SubstanceAdministration.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -64,8 +64,8 @@  discard block
 block discarded – undo
64 64
             $this->setConsumable($consumable);
65 65
         }
66 66
         $this->setAcceptableClassCodes(ClassCodeInterface::ActClass)
67
-          ->setClassCode(ClassCodeInterface::SUBSTANCE_ADMINISTRATION)
68
-          ->setMoodCode(MoodCodeInterface::EVENT);
67
+            ->setClassCode(ClassCodeInterface::SUBSTANCE_ADMINISTRATION)
68
+            ->setMoodCode(MoodCodeInterface::EVENT);
69 69
     }
70 70
 
71 71
 
@@ -78,14 +78,14 @@  discard block
 block discarded – undo
78 78
     {
79 79
         $el = $this->createElement($doc);
80 80
         $this->renderIds($el, $doc)
81
-          ->renderText($el, $doc)
82
-          ->renderStatusCode($el, $doc)
83
-          ->renderEffectiveTimes($el, $doc)
84
-          ->renderRouteCode($el, $doc)
85
-          ->renderDoseQuantity($el, $doc)
86
-          ->renderConsumable($el, $doc)
87
-          ->renderEntryRelationships($el, $doc)
88
-          ->renderPreconditions($el, $doc);
81
+            ->renderText($el, $doc)
82
+            ->renderStatusCode($el, $doc)
83
+            ->renderEffectiveTimes($el, $doc)
84
+            ->renderRouteCode($el, $doc)
85
+            ->renderDoseQuantity($el, $doc)
86
+            ->renderConsumable($el, $doc)
87
+            ->renderEntryRelationships($el, $doc)
88
+            ->renderPreconditions($el, $doc);
89 89
         return $el;
90 90
     }
91 91
 
Please login to merge, or discard this patch.
lib/RIM/Act/DocumentationOf.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,8 +49,8 @@
 block discarded – undo
49 49
     public function __construct(ServiceEvent $service_event)
50 50
     {
51 51
         $this->setAcceptableTypeCodes(TypeCodeInterface::ActRelationshipType)
52
-          ->setTypeCode(TypeCodeInterface::DOCUMENTS)
53
-          ->setServiceEvent($service_event);
52
+            ->setTypeCode(TypeCodeInterface::DOCUMENTS)
53
+            ->setServiceEvent($service_event);
54 54
     }
55 55
 
56 56
     /**
Please login to merge, or discard this patch.
lib/RIM/Act/Precondition.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,8 @@
 block discarded – undo
50 50
     public function __construct(Criterion $criterion)
51 51
     {
52 52
         $this->setAcceptableTypeCodes(TypeCodeInterface::ActRelationshipType)
53
-          ->setTypeCode(TypeCodeInterface::HAS_PRE_CONDITION)
54
-          ->$this->setCriterion($criterion);
53
+            ->setTypeCode(TypeCodeInterface::HAS_PRE_CONDITION)
54
+            ->$this->setCriterion($criterion);
55 55
     }
56 56
 
57 57
     /**
Please login to merge, or discard this patch.
lib/RIM/Act/ServiceEvent.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -67,9 +67,9 @@  discard block
 block discarded – undo
67 67
     public function __construct()
68 68
     {
69 69
         $this->setAcceptableClassCodes(ClassCodeInterface::ActClassRoot)
70
-          ->setClassCode('')
71
-          ->setAcceptableMoodCodes(MoodCodeInterface::ActMood)
72
-          ->setMoodCode(MoodCodeInterface::EVENT);
70
+            ->setClassCode('')
71
+            ->setAcceptableMoodCodes(MoodCodeInterface::ActMood)
72
+            ->setMoodCode(MoodCodeInterface::EVENT);
73 73
     }
74 74
 
75 75
     /**
@@ -79,9 +79,9 @@  discard block
 block discarded – undo
79 79
     {
80 80
         $el = $this->createElement($doc);
81 81
         $this->renderIds($el, $doc)
82
-          ->renderCode($el, $doc)
83
-          ->renderEffectiveTime($el, $doc)
84
-          ->renderPerformers($el, $doc);
82
+            ->renderCode($el, $doc)
83
+            ->renderEffectiveTime($el, $doc)
84
+            ->renderPerformers($el, $doc);
85 85
         return $el;
86 86
     }
87 87
 
Please login to merge, or discard this patch.