Passed
Branch master (18a4f7)
by Stefan
01:58
created
ContactDetails.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,10 @@
 block discarded – undo
165 165
 		<input type="hidden" name="metadataId" value="<?=$oContact['metadata']['sources'][0]['id']?>">
166 166
 		<input type="hidden" name="metadataEtag" value="<?=$oContact['metadata']['sources'][0]['etag']?>">
167 167
 		<h2><?=$strTitle?></h2>
168
-		<p>Letzte Änderung: <?php if ($uxtsLastModified > 0) echo date('d.m.Y - H:i:s', $uxtsLastModified); ?></p>
168
+		<p>Letzte Änderung: <?php if ($uxtsLastModified > 0) {
169
+    echo date('d.m.Y - H:i:s', $uxtsLastModified);
170
+}
171
+?></p>
169 172
 		<div>
170 173
 <?php
171 174
 $iVisibleGroups = 0;
Please login to merge, or discard this patch.
SKien/Google/GContact.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      *  @link https://developers.google.com/people/api/rest/v1/people#Person.MiscKeyword     */
72 72
     public const PF_MISC_KEYWORDS = 'miscKeywords';
73 73
     /** Array - singleton containuing all names (except nicknames) of the person
74
-      * @link https://developers.google.com/people/api/rest/v1/people#Person.Name      */
74
+     * @link https://developers.google.com/people/api/rest/v1/people#Person.Name      */
75 75
     public const PF_NAMES = 'names';
76 76
     /** Array with the person's nicknames
77 77
      *  @link https://developers.google.com/people/api/rest/v1/people#Person.Nickname     */
Please login to merge, or discard this patch.