Skip to content

Commit 967efec

Browse files
committed
Merge branch 'throw' of https://github.com/FriendsOfREDAXO/diff_detect into throw
2 parents 5ed4e36 + 71abb3f commit 967efec

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lib/Index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
use rex_addon;
99
use rex_exception;
1010
use rex_instance_pool_trait;
11-
use rex_socket_exception;
1211
use rex_sql;
12+
use rex_sql_exception;
1313
use voku\helper\HtmlDomParser;
1414

1515
final 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
{

vendor/composer/installed.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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(),

0 commit comments

Comments
 (0)