diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-14 15:37:34 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-14 15:37:34 +0100 |
commit | 9e3827475bc22b8e750ce376e12f566b58dfaacd (patch) | |
tree | bfed5511f26a3bab91357990555aad74df54ee79 | |
parent | 1b6894467b320c02b2b4842e416af07b96cbc506 (diff) |
php-symfony-polyfill: cs
-rw-r--r-- | php-symfony-polyfill.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-symfony-polyfill.spec b/php-symfony-polyfill.spec index 289db7e..8f8e9a6 100644 --- a/php-symfony-polyfill.spec +++ b/php-symfony-polyfill.spec @@ -121,8 +121,8 @@ cat <<'AUTOLOAD' | tee -a src/autoload.php __DIR__ . '/Php56/bootstrap.php', __DIR__ . '/Php70/bootstrap.php', __DIR__ . '/Php71/bootstrap.php', - '%{phpdir}/password_compat/password.php', - '%{phpdir}/random_compat/autoload.php', + '%{phpdir}/password_compat/password.php', + '%{phpdir}/random_compat/autoload.php', )); AUTOLOAD |