Skip to content

Commit

Permalink
Merge 4a0fd5f into cf64f5a
Browse files Browse the repository at this point in the history
  • Loading branch information
scrutinizer-auto-fixer committed May 31, 2019
2 parents cf64f5a + 4a0fd5f commit ae4d7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/WebpackEncoreBundleExtension.php
Expand Up @@ -14,7 +14,7 @@ final class WebpackEncoreBundleExtension extends Nette\DI\CompilerExtension

private const ENTRYPOINT_DEFAULT_NAME = '_default';

private const CROSSORIGIN_ALLOWED_VALUES = [ NULL, 'anonymous', 'use-credentials' ];
private const CROSSORIGIN_ALLOWED_VALUES = [NULL, 'anonymous', 'use-credentials'];

/** @var array */
private $defaults = [
Expand Down

0 comments on commit ae4d7db

Please sign in to comment.