PHP code example of iweb / composer-patches
1. Go to this page and download the library: Download iweb/composer-patches library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
iweb / composer-patches example snippets
diff
This patch changes...
absolutely everything
@package some/package-name
--- Models/Example.php.org
+++ Models/Example.php
@@ -31,7 +31,7 @@
*/
protected function someFunction($someArg)
{
- $var1 = 123;
+ $var1 = 456;
/**
* rest of the logic of the function
*/
diff
--- Models/Example.php.org
+++ Models/Example.php
@@ -31,7 +31,7 @@
*/
protected function someFunction($someArg)
{
- $var1 = 123;
+ $var1 = 456;
/**
* rest of the logic of the function
*/