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.
Completed
Push — master ( f62b9b...92c68a )
by
unknown
63:23
created
plugins/fusionforge_compat/include/arc/extractors/ARC2_PoshRdfExtractor.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -81,6 +81,10 @@  discard block
 block discarded – undo
81 81
   
82 82
   /*  */
83 83
 
84
+  /**
85
+   * @param integer $level
86
+   * @param integer $pos
87
+   */
84 88
   function processNode($n, $ct, $level, $pos) {
85 89
     $n = $this->preProcessNode($n);
86 90
     /* local context */
@@ -164,6 +168,9 @@  discard block
 block discarded – undo
164 168
     return $r;
165 169
   }
166 170
 
171
+  /**
172
+   * @param string $o_type
173
+   */
167 174
   function addTriples($n, $ct, $o_type) {
168 175
     foreach (array('href uri', 'src uri', 'title', 'value') as $k) {
169 176
       if (isset($n['a'][$k])) {
Please login to merge, or discard this patch.
plugins/fusionforge_compat/include/arc/extractors/ARC2_RdfaExtractor.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -56,6 +56,9 @@  discard block
 block discarded – undo
56 56
   
57 57
   /*  */
58 58
 
59
+  /**
60
+   * @param integer $level
61
+   */
59 62
   function processNode($n, $ct, $level) {
60 63
     if ($n['tag']=='cdata' || $n['tag']=='comment') return null; /* patch by tobyink */
61 64
     $ts_added = 0;
@@ -266,6 +269,9 @@  discard block
 block discarded – undo
266 269
   
267 270
   /*  */
268 271
 
272
+  /**
273
+   * @param string $attr
274
+   */
269 275
   function getAttributeURIs($n, $ct, $lct, $attr) {
270 276
     $vals = ($val = $this->v($attr, '', $n['a'])) ? explode(' ', $val) : array();
271 277
     $r = array();
Please login to merge, or discard this patch.
plugins/fusionforge_compat/include/arc/extractors/ARC2_RDFExtractor.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@  discard block
 block discarded – undo
32 32
 
33 33
   /*  */
34 34
   
35
+  /**
36
+   * @param string $re
37
+   */
35 38
   function x($re, $v, $options = 'si') {
36 39
     return ARC2::x($re, $v, $options);
37 40
   }
@@ -119,6 +122,9 @@  discard block
 block discarded – undo
119 122
   
120 123
   /*  */
121 124
   
125
+  /**
126
+   * @param string $a
127
+   */
122 128
   function hasAttribute($a, $n, $v) {
123 129
     $vs = is_array($v) ? $v : array($v);
124 130
     $a_vs = $this->v($a . ' m', array(), $n['a']);
@@ -153,6 +159,9 @@  discard block
 block discarded – undo
153 159
   
154 160
   /*  */
155 161
   
162
+  /**
163
+   * @return string
164
+   */
156 165
   function getPlainContent($n, $trim = 1, $use_img_alt = 1) {
157 166
     if ($n['tag'] == 'comment') {
158 167
       $r = '';
Please login to merge, or discard this patch.
plugins/fusionforge_compat/include/arc/parsers/ARC2_CBJSONParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -91,6 +91,9 @@
 block discarded – undo
91 91
   
92 92
   /*  */
93 93
   
94
+  /**
95
+   * @param string $s
96
+   */
94 97
   function extractResourceRDF($struct, $s, $pos = 0) {
95 98
     $s_type = preg_match('/^\_\:/', $s) ? 'bnode' : 'uri';
96 99
     $date_prefixes = array();
Please login to merge, or discard this patch.
plugins/fusionforge_compat/include/arc/parsers/ARC2_JSONParser.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -28,6 +28,9 @@  discard block
 block discarded – undo
28 28
   
29 29
   /*  */
30 30
 
31
+  /**
32
+   * @param string $re
33
+   */
31 34
   function x($re, $v, $options = 'si') {
32 35
     while (preg_match('/^\s*(\/\*.*\*\/)(.*)$/Usi', $v, $m)) {/* comment removal */
33 36
       $v = $m[2];
@@ -61,6 +64,9 @@  discard block
 block discarded – undo
61 64
   
62 65
   /*  */
63 66
   
67
+  /**
68
+   * @param string $v
69
+   */
64 70
   function extractObject($v) {
65 71
     if (function_exists('json_decode')) return array(json_decode($v, 1), '');
66 72
     $r = array();
Please login to merge, or discard this patch.
plugins/fusionforge_compat/include/arc/parsers/ARC2_LegacyXMLParser.php 1 patch
Doc Comments   +12 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@  discard block
 block discarded – undo
89 89
   
90 90
   /*  */
91 91
   
92
+  /**
93
+   * @return string
94
+   */
92 95
   function getEncoding($src = 'config') {
93 96
     if ($src == 'parser') {
94 97
       return $this->target_encoding;
@@ -113,6 +116,9 @@  discard block
 block discarded – undo
113 116
   
114 117
   /*  */
115 118
 
119
+  /**
120
+   * @return boolean
121
+   */
116 122
   function getNodeIndex(){
117 123
     if (!isset($this->node_index)) {
118 124
       /* index by parent */
@@ -289,6 +295,9 @@  discard block
 block discarded – undo
289 295
     $this->level--;
290 296
   }
291 297
 
298
+  /**
299
+   * @param integer $p
300
+   */
292 301
   function cData($p, $d) {
293 302
     //echo trim($d) ? "<br />\n".'cdata: ' . $d : ''; flush();
294 303
     $node = $this->getCurNode();
@@ -304,6 +313,9 @@  discard block
 block discarded – undo
304 313
     }
305 314
   }
306 315
   
316
+  /**
317
+   * @param string $prf
318
+   */
307 319
   function nsDecl($p, $prf, $uri) {
308 320
     if (is_array($uri)) return 1;
309 321
     $this->ns[$prf] = $uri;
Please login to merge, or discard this patch.
plugins/fusionforge_compat/include/arc/parsers/ARC2_RDFParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
     $this->reader =& $reader;
41 41
   }
42 42
   
43
+  /**
44
+   * @param string $path
45
+   */
43 46
   function parse($path, $data = '') {
44 47
     /* reader */
45 48
     if (!isset($this->reader)) {
Please login to merge, or discard this patch.
plugins/fusionforge_compat/include/arc/parsers/ARC2_RSSParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -140,6 +140,9 @@
 block discarded – undo
140 140
     if (isset($res[$this->dc . 'identifier'])) return array($res[$this->dc . 'identifier'][0]['value'] => $res);
141 141
   }
142 142
   
143
+  /**
144
+   * @param string $container
145
+   */
143 146
   function extractProps($els, $container) {
144 147
     $res = array();
145 148
     foreach ($els as $info) {
Please login to merge, or discard this patch.
plugins/fusionforge_compat/include/arc/parsers/ARC2_SemHTMLParser.php 1 patch
Doc Comments   +13 added lines patch added patch discarded remove patch
@@ -39,6 +39,9 @@  discard block
 block discarded – undo
39 39
   
40 40
   /*  */
41 41
 
42
+  /**
43
+   * @param string $re
44
+   */
42 45
   function x($re, $v, $options = 'si', $keep_ws = 0) {
43 46
     list($ws, $v) = preg_match('/^(\s*)(.*)$/s', $v, $m) ? array($m[1], $m[2]) : array('', $v);
44 47
     if (preg_match("/^" . $re . "(.*)$/" . $options, $v, $m)) {
@@ -141,6 +144,9 @@  discard block
 block discarded – undo
141 144
   
142 145
   /*  */
143 146
 
147
+  /**
148
+   * @param string $v
149
+   */
144 150
   function processData($v) {
145 151
     $sub_v = $v;
146 152
     do {
@@ -243,6 +249,9 @@  discard block
 block discarded – undo
243 249
   
244 250
   /*  */
245 251
 
252
+  /**
253
+   * @param string $v
254
+   */
246 255
   function xAttributes($v) {
247 256
     $r = array();
248 257
     while ((list($sub_r, $v) = $this->xAttribute($v)) && $sub_r) {
@@ -290,6 +299,10 @@  discard block
 block discarded – undo
290 299
   
291 300
   /*  */
292 301
 
302
+  /**
303
+   * @param string $t
304
+   * @param string $v
305
+   */
293 306
   function isEmpty($t, $v) {
294 307
     if (preg_match('/^(area|base|br|col|frame|hr|input|img|link|xmeta|param)$/', $t)) {
295 308
       return 1;
Please login to merge, or discard this patch.