Passed
Branch master (18a4f7)
by Stefan
01:58
created
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.