Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed5d943

Browse filesBrowse files
committed
Fix CS
1 parent 29668c4 commit ed5d943
Copy full SHA for ed5d943

File tree

Expand file treeCollapse file tree

3 files changed

+11
-1
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+11
-1
lines changed

‎src/Symfony/Component/Asset/Exception/RuntimeException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Asset/Exception/RuntimeException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Base RuntimeException for the Asset component.
1616
*
17-
* @author Fabien Potencier <fabien@symfony.com>
17+
* @author Jérôme Tamarelle <jerome@tamarelle.net>
1818
*/
1919
class RuntimeException extends \RuntimeException implements ExceptionInterface
2020
{

‎src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ class JsonManifestVersionStrategy implements VersionStrategyInterface
3131

3232
private $manifestPath;
3333
private $manifestData;
34+
35+
/**
36+
* @var bool
37+
*/
3438
private $strict;
3539

3640
/**

‎src/Symfony/Component/Asset/VersionStrategy/RemoteJsonManifestVersionStrategy.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Asset/VersionStrategy/RemoteJsonManifestVersionStrategy.php
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
* }
2525
*
2626
* You could then ask for the version of "main.js" or "css/styles.css".
27+
*
28+
* @author Jérôme Tamarelle <jerome@tamarelle.net>
2729
*/
2830
class RemoteJsonManifestVersionStrategy implements VersionStrategyInterface
2931
{
@@ -32,6 +34,10 @@ class RemoteJsonManifestVersionStrategy implements VersionStrategyInterface
3234
private $manifestData;
3335
private $manifestUrl;
3436
private $httpClient;
37+
38+
/**
39+
* @var bool
40+
*/
3541
private $strict;
3642

3743
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.