Skip to content

Commit db49c82

Browse files
committed
Fix wording
1 parent 1729919 commit db49c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/process.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,14 +526,14 @@ absolute path of the executable PHP binary available on your server::
526526
$phpBinaryPath = $phpBinaryFinder->find();
527527
// $phpBinaryPath = '/usr/local/bin/php' (the result will be different on your computer)
528528

529-
If you want to find the PHP binary by a specific name, you can use the methods
529+
If you want to find the PHP binary with a specific name, you can use the methods
530530
:method:`Symfony\\Component\\Process\\PhpExecutableFinder::findByName` and
531531
:method:`Symfony\\Component\\Process\\PhpExecutableFinder::tryNames`.
532532

533533
$phpBinaryPath1 = $phpBinaryFinder->findByName('php-cli');
534534
$phpBinaryPath2 = $phpBinaryFinder->tryNames(['php-cli', 'php']);
535535

536-
If you want to find the PHP binary by a specific version, you can use the methods
536+
If you want to find the PHP binary with a specific version, you can use the methods
537537
:method:`Symfony\\Component\\Process\\PhpExecutableFinder::findByVersion` and
538538
:method:`Symfony\\Component\\Process\\PhpExecutableFinder::tryVersions`.
539539

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy