Return the configured PHP version.
(&self)
| 965 | |
| 966 | /// Return the configured PHP version. |
| 967 | pub fn php_version(&self) -> types::PhpVersion { |
| 968 | *self.php_version.lock() |
| 969 | } |
| 970 | |
| 971 | /// Populate the method store from a slice of classes. |
| 972 | /// |
no outgoing calls
no test coverage detected