Passed
Pull Request — master (#347)
by Mirko
08:35
created
local/devel/find_bad_encodings.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -39,6 +39,9 @@
 block discarded – undo
39 39
 }
40 40
 
41 41
 
42
+/**
43
+ * @param string $path
44
+ */
42 45
 function testforbom($path)
43 46
 {
44 47
     $filestart = file_get_contents($path, false, null, 0, 2);
Please login to merge, or discard this patch.
htdocs/src/AppBundle/Entity/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@
 block discarded – undo
371 371
     /**
372 372
      * Get node
373 373
      *
374
-     * @return bool
374
+     * @return integer
375 375
      */
376 376
     public function getNode()
377 377
     {
Please login to merge, or discard this patch.
htdocs/src/AppBundle/Entity/Geocache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@
 block discarded – undo
371 371
     /**
372 372
      * Get node
373 373
      *
374
-     * @return bool
374
+     * @return integer
375 375
      */
376 376
     public function getNode()
377 377
     {
Please login to merge, or discard this patch.