Completed
Branch master (87c74f)
by Damian
06:12
created
code/RealMeService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -681,7 +681,7 @@
 block discarded – undo
681 681
     }
682 682
 
683 683
     /**
684
-     * @return array The support contact details to be used in metadata XML output, with null values if they don't exist
684
+     * @return string The support contact details to be used in metadata XML output, with null values if they don't exist
685 685
      */
686 686
     public function getMetadataContactSupport()
687 687
     {
Please login to merge, or discard this patch.
code/tasks/RealMeSetupTask.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -533,7 +533,7 @@  discard block
 block discarded – undo
533 533
      * as this could potentially change the privacy realms and the associated FLT. You will loose context and the
534 534
      * matching of users to FLTs if this is the case.
535 535
      *
536
-     * @param $forceRun boolean
536
+     * @param boolean $forceRun boolean
537 537
      */
538 538
     private function validateRunOnce($forceRun)
539 539
     {
@@ -553,7 +553,7 @@  discard block
 block discarded – undo
553 553
     /**
554 554
      * Ensure's the environment we're building the setup for exists.
555 555
      *
556
-     * @param $forEnv string
556
+     * @param string $forEnv string
557 557
      */
558 558
     private function validateRealMeEnvironments($forEnv)
559 559
     {
@@ -728,7 +728,7 @@  discard block
 block discarded – undo
728 728
     /**
729 729
      * Ensure the consumerAssertionUrl is correct for this environment
730 730
      *
731
-     * @param $forEnv
731
+     * @param string $forEnv
732 732
      */
733 733
     private function validateConsumerAssertionURL($forEnv)
734 734
     {
Please login to merge, or discard this patch.