GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Code Duplication    Length = 8-8 lines in 2 locations

carddav2fb.php 2 locations

@@ 308-315 (lines=8) @@
305
              $name .= $firstname;
306
          }
307
308
          if($format == 2)
309
          {
310
            // AdditionalNames
311
            if(!empty($name) and !empty($addnames))
312
              $name .= ' ' . $addnames;
313
            else
314
              $name .= $addnames;
315
          }
316
317
          if($format == 0)
318
          {
@@ 334-341 (lines=8) @@
331
              $name .= $lastname;
332
          }
333
334
          if($format != 2)
335
          {
336
            // AdditionalNames
337
            if(!empty($name) and !empty($addnames))
338
              $name .= ' ' . $addnames;
339
            else
340
              $name .= $addnames;
341
          }
342
343
          // Suffix
344
          if(!empty($name) and !empty($suffix))