Completed
Push — develop ( d2080b...f8d06d )
by
unknown
23:14 queued 10:41
created
module/Cv/src/Cv/Form/PreferredJobFieldset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     
14 14
     use EmptySummaryAwareTrait;
15 15
 
16
-    private $defaultEmptySummaryNotice =  /*@translate*/ 'Click here to enter your employment expectation';
16
+    private $defaultEmptySummaryNotice = /*@translate*/ 'Click here to enter your employment expectation';
17 17
     
18 18
     /**
19 19
      * Type of Application Options
Please login to merge, or discard this patch.
module/Core/src/Core/Form/EmptySummaryAwareTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      */
51 51
     public function getEmptySummaryNotice()
52 52
     {
53
-        if (! isset($this->emptySummaryNotice) && property_exists($this, 'defaultEmptySummaryNotice')) {
53
+        if (!isset($this->emptySummaryNotice) && property_exists($this, 'defaultEmptySummaryNotice')) {
54 54
             $this->emptySummaryNotice = $this->defaultEmptySummaryNotice;
55 55
         }
56 56
         
Please login to merge, or discard this patch.