Skip to content

Commit 4980b56

Browse files
committed
Init
1 parent eeea942 commit 4980b56

File tree

148 files changed

+272
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+272
-272
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
77
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
88
| License | MIT
9-
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
9+
| Doc PR | oldpak/symfony-docs#... <!-- required for new features -->
1010
<!--
1111
Replace this notice by a short README for your feature/bugfix. This will help people
1212
understand your PR and can be used as a start for the documentation.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ install:
203203
git fetch --depth=2 origin refs/pull/$SYMFONY_PHPUNIT_BRIDGE_PR/head
204204
git rm -rq src/Symfony/Bridge/PhpUnit
205205
git checkout -q FETCH_HEAD -- src/Symfony/Bridge/PhpUnit
206-
export SYMFONY_VERSION=$(curl -s https://api.github.com/repos/symfony/symfony/pulls/$SYMFONY_PHPUNIT_BRIDGE_PR | jq -r .base.ref)
206+
export SYMFONY_VERSION=$(curl -s https://api.github.com/repos/oldpak/symfony/pulls/$SYMFONY_PHPUNIT_BRIDGE_PR | jq -r .base.ref)
207207
sed -i 's/"symfony\/phpunit-bridge": ".*"/"symfony\/phpunit-bridge": "'$SYMFONY_VERSION'.x@dev"/' composer.json
208208
rm -rf .phpunit
209209
fi

link

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require __DIR__.'/src/Symfony/Component/Filesystem/Filesystem.php';
1818
use Symfony\Component\Filesystem\Filesystem;
1919

2020
/**
21-
* Links dependencies of a project to a local clone of the main symfony/symfony GitHub repository.
21+
* Links dependencies of a project to a local clone of the main oldpak/symfony GitHub repository.
2222
*
2323
* @author Kévin Dunglas <dunglas@gmail.com>
2424
*/
@@ -30,7 +30,7 @@ $rollback && array_splice($argv, $k, 1);
3030
$pathToProject = $argv[1] ?? getcwd();
3131

3232
if (!is_dir("$pathToProject/vendor/symfony")) {
33-
echo 'Links dependencies of a project to a local clone of the main symfony/symfony GitHub repository.'.PHP_EOL.PHP_EOL;
33+
echo 'Links dependencies of a project to a local clone of the main oldpak/symfony GitHub repository.'.PHP_EOL.PHP_EOL;
3434
echo "Usage: $argv[0] /path/to/the/project".PHP_EOL;
3535
echo ' Use `--copy` to copy dependencies instead of symlink'.PHP_EOL.PHP_EOL;
3636
echo ' Use `--rollback` to rollback'.PHP_EOL.PHP_EOL;

src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function loadChoicesForValues(array $values, $value = null)
128128
// object loader. At least with MySQL and on the development machine
129129
// this was tested on, no exception was thrown for such invalid
130130
// statements, consequently no test fails when this code is removed.
131-
// https://github.com/symfony/symfony/pull/8981#issuecomment-24230557
131+
// https://github.com/oldpak/symfony/pull/8981#issuecomment-24230557
132132
if (empty($values)) {
133133
return [];
134134
}

src/Symfony/Bridge/Doctrine/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Resources
88
---------
99

1010
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
11-
* [Report issues](https://github.com/symfony/symfony/issues) and
12-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
13-
in the [main Symfony repository](https://github.com/symfony/symfony)
11+
* [Report issues](https://github.com/oldpak/symfony/issues) and
12+
[send Pull Requests](https://github.com/oldpak/symfony/pulls)
13+
in the [main Symfony repository](https://github.com/oldpak/symfony)

src/Symfony/Bridge/Doctrine/Tests/Form/DataTransformer/CollectionToArrayTransformerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testTransform()
4545
* result of $collection->toArray(), in order to prevent modifications of
4646
* the inner collection.
4747
*
48-
* See https://github.com/symfony/symfony/pull/9308
48+
* See https://github.com/oldpak/symfony/pull/9308
4949
*/
5050
public function testTransformArray()
5151
{

src/Symfony/Bridge/Monolog/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Resources
77
---------
88

99
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
10-
* [Report issues](https://github.com/symfony/symfony/issues) and
11-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
12-
in the [main Symfony repository](https://github.com/symfony/symfony)
10+
* [Report issues](https://github.com/oldpak/symfony/issues) and
11+
[send Pull Requests](https://github.com/oldpak/symfony/pulls)
12+
in the [main Symfony repository](https://github.com/oldpak/symfony)

src/Symfony/Bridge/PhpUnit/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Resources
88

99
* [Documentation](https://symfony.com/doc/current/components/phpunit_bridge.html)
1010
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
11-
* [Report issues](https://github.com/symfony/symfony/issues) and
12-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
13-
in the [main Symfony repository](https://github.com/symfony/symfony)
11+
* [Report issues](https://github.com/oldpak/symfony/issues) and
12+
[send Pull Requests](https://github.com/oldpak/symfony/pulls)
13+
in the [main Symfony repository](https://github.com/oldpak/symfony)

src/Symfony/Bridge/ProxyManager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Resources
77
---------
88

99
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
10-
* [Report issues](https://github.com/symfony/symfony/issues) and
11-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
12-
in the [main Symfony repository](https://github.com/symfony/symfony)
10+
* [Report issues](https://github.com/oldpak/symfony/issues) and
11+
[send Pull Requests](https://github.com/oldpak/symfony/pulls)
12+
in the [main Symfony repository](https://github.com/oldpak/symfony)
1313

1414
[1]: https://github.com/Ocramius/ProxyManager

src/Symfony/Bridge/Twig/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Resources
88
---------
99

1010
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
11-
* [Report issues](https://github.com/symfony/symfony/issues) and
12-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
13-
in the [main Symfony repository](https://github.com/symfony/symfony)
11+
* [Report issues](https://github.com/oldpak/symfony/issues) and
12+
[send Pull Requests](https://github.com/oldpak/symfony/pulls)
13+
in the [main Symfony repository](https://github.com/oldpak/symfony)

0 commit comments

Comments
 (0)