File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88use rex_addon ;
99use rex_exception ;
1010use rex_instance_pool_trait ;
11- use rex_socket_exception ;
1211use rex_sql ;
12+ use rex_sql_exception ;
1313use voku \helper \HtmlDomParser ;
1414
1515final class Index
@@ -98,7 +98,7 @@ private static function fromSqlData(array $data): self
9898 }
9999
100100 /**
101- * @throws \ rex_sql_exception
101+ * @throws rex_sql_exception
102102 */
103103 public static function createSnapshot (Url $ url ): bool
104104 {
Original file line number Diff line number Diff line change 11<?php return array (
22 'root ' => array (
33 'name ' => '__root__ ' ,
4- 'pretty_version ' => 'dev-ec4cd1db9c15f18facddbe74135836a173b2c76e ' ,
5- 'version ' => 'dev-ec4cd1db9c15f18facddbe74135836a173b2c76e ' ,
6- 'reference ' => 'ec4cd1db9c15f18facddbe74135836a173b2c76e ' ,
4+ 'pretty_version ' => 'dev-292d1d2b2d29baad17b7474d2c4455560ab0d132 ' ,
5+ 'version ' => 'dev-292d1d2b2d29baad17b7474d2c4455560ab0d132 ' ,
6+ 'reference ' => '292d1d2b2d29baad17b7474d2c4455560ab0d132 ' ,
77 'type ' => 'library ' ,
88 'install_path ' => __DIR__ . '/../../ ' ,
99 'aliases ' => array (),
1010 'dev ' => true ,
1111 ),
1212 'versions ' => array (
1313 '__root__ ' => array (
14- 'pretty_version ' => 'dev-ec4cd1db9c15f18facddbe74135836a173b2c76e ' ,
15- 'version ' => 'dev-ec4cd1db9c15f18facddbe74135836a173b2c76e ' ,
16- 'reference ' => 'ec4cd1db9c15f18facddbe74135836a173b2c76e ' ,
14+ 'pretty_version ' => 'dev-292d1d2b2d29baad17b7474d2c4455560ab0d132 ' ,
15+ 'version ' => 'dev-292d1d2b2d29baad17b7474d2c4455560ab0d132 ' ,
16+ 'reference ' => '292d1d2b2d29baad17b7474d2c4455560ab0d132 ' ,
1717 'type ' => 'library ' ,
1818 'install_path ' => __DIR__ . '/../../ ' ,
1919 'aliases ' => array (),
You can’t perform that action at this time.
0 commit comments