Skip to content

Commit 6caade7

Browse files
author
Jean-David LABAILS
committed
update dependencies
1 parent 05eeeaf commit 6caade7

9 files changed

Lines changed: 74958 additions & 78380 deletions

File tree

Resources/_phar/phpcbf.phar

2.34 KB
Binary file not shown.

Resources/_phar/phpcpd.phar

Lines changed: 12650 additions & 14164 deletions
Large diffs are not rendered by default.

Resources/_phar/phpcs.phar

2.34 KB
Binary file not shown.

Resources/_phar/phploc.phar

Lines changed: 1589 additions & 4083 deletions
Large diffs are not rendered by default.

Resources/_phar/phpmd.phar

7.75 KB
Binary file not shown.

Resources/_phar/phpunit.phar

Lines changed: 60692 additions & 60112 deletions
Large diffs are not rendered by default.

Resources/_phar/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cd ../_phar
1+
#!/bin/bash
22

33
rm pdepend.phar
44
wget http://static.pdepend.org/php/latest/pdepend.phar

Traits/ViewHelper.php

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
namespace JD\PhpProjectAnalyzerBundle\Traits;
44

55
/**
6-
* Methodes de visualisation
6+
* Visualization Helper
77
*
8-
* Utilisable uniquement dans la classe projectAnalyzer
9-
* car les this s'y referent
8+
* Only for projectAnalyzer class because $this has to be one of its object
109
*
1110
* @author jd.labails
1211
*/
1312
trait ViewHelper
1413
{
1514
/**
16-
* Affiche ok ou ko selon le resultat de l'analyse
17-
* @param type $summary
15+
* Return ok or ko according the analysis result
16+
*
17+
* @param string $summary
18+
*
1819
* @return string
1920
*/
2021
public static function afficheSummary($summary)
@@ -35,9 +36,11 @@ public static function afficheSummary($summary)
3536
}
3637

3738
/**
38-
* Adapte le rapport phpunit pour mettre en vert le res
39-
* @param type $file
40-
* @return type
39+
* Adapt the phpunit report to html
40+
*
41+
* @param string $file path to the phpunit report
42+
*
43+
* @return string
4144
*/
4245
static public function adaptPhpUnitReport($file)
4346
{
@@ -52,8 +55,10 @@ static public function adaptPhpUnitReport($file)
5255
}
5356

5457
/**
55-
* Retourne une date lisible formaté selon la langue
56-
* @param datetime $dt
58+
* Return a formated date
59+
*
60+
* @param int $dt
61+
*
5762
* @return string
5863
*/
5964
public function getReadableDateTime($dt)

composer.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)