File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 55/composer.lock
66Gemfile.lock
77/docs /modules /AbstractAsserts.md
8+ /docs /modules /Phalcon.md
9+ /docs /modules /Phalcon4.md
810/package /composer.lock
911/package /vendor
1012/vendor
Original file line number Diff line number Diff line change @@ -192,6 +192,12 @@ public function buildDocsModules()
192192 $ this ->taskFilesystemStack ()->symlink ('Mezzio.md ' , 'docs/modules/ZendExpressive.md ' )->run ();
193193 $ this ->taskFilesystemStack ()->symlink ('Laravel.md ' , 'docs/modules/Laravel5.md ' )->run ();
194194 $ this ->taskFilesystemStack ()->symlink ('Laminas.md ' , 'docs/modules/ZF2.md ' )->run ();
195+
196+ // Don't update old Phalcon modules
197+ $ this ->taskGitStack ()
198+ ->stopOnFail ()
199+ ->checkout ('-- docs/modules/Phalcon.md docs/modules/Phalcon4.md ' )
200+ ->run ();
195201 }
196202
197203 private function postProcessModuleDocFile ($ documentationFile , $ name , $ source )
You can’t perform that action at this time.
0 commit comments