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 = 4-4 lines in 2 locations

backend/protected/models/BAssociation.php 1 location

@@ 103-106 (lines=4) @@
100
101
  public function getAssociatedKeys($data = null)
102
  {
103
    if( !isset($data) )
104
    {
105
      $data = Arr::extract($_GET, array('src', 'dst', 'srcId'));
106
    }
107
108
    if( isset($data['srcId']) )
109
    {

backend/protected/modules/product/modules/commonAssociation/models/BCommonAssociation.php 1 location

@@ 107-110 (lines=4) @@
104
105
  public function getAssociatedKeys($data = null)
106
  {
107
    if( !isset($data) )
108
    {
109
      $data = Arr::extract($_GET, array('src', 'dst', 'srcId'));
110
    }
111
112
    if( isset($data['srcId']) )
113
    {